Changelog for ron-schema-0.9.1
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Compatible Versioning.
Unreleased
0.9 - 2019-09-06
Added
- Generate
struct_set.$(field)_zoomfor opaque object field - Generate
struct_set.$(field)_getfor object field ObjectRefis available in the schema language- Generate
struct_set.$(field)_add - Generate
struct_set.$(field)_removefor set-merged fields - Generate
struct_set.$(field)_removeIffor set-merged fields
Changed
opaque atomsis nowopaque_atomsopaque objectis nowopaque_objectstruct_set.$(field)_assignis split into:struct_set.$(field)_setnow accepts only "whole" (not Nothing) valuesstruct_set.$(field)_clearassigns Nothing
- Renamed
struct_lww.$(field)_assigntostruct_lww.$(field)_set - Type of
struct_setfields with merge strategysetis now[]and its value contains all alive versions.
Removed
TComposite, nowTEnum _ :: RonType
0.8 - 2019-08-10
Added
Floatatom typeUUIDatom type- Struct field annotations
struct_setto define an ORSet-based structure
Changed
- LWW
- fields are always optional
viewFieldreturnsMaybereadFieldreturnsMaybeassignFieldtakesMaybe
Removed
Optiontype
0.7 - 2019-07-26
Added
aliasdeclaration.ORSet.Maptype.
Changed
- Renamed
Boole->Booldue to tradition. ORSetdon't generateObjectORSetwrapper sinceORSetnow manages objects too.- Now
ObjectStatekeeps a typed reference to an object with state frame attached, andObjectis just a type UUID -- a typed reference to an object in a state frame passed inMonadObjectStatecontext. Object is now passed as an explicit argument.
Removed
- Concept of view type. Maybe will return later.
0.6 - 2019-04-25
Added
- Schema language:
RGAtype.
0.5 - 2019-02-04
Added
RON.UUID.liftNamefunction to create name UUIDs in compile time.RON.Util.ByteStringLtype.RON.Errormodule with unified pretty errors.- Organize
Replicated,ReplicatedAsPayload, andReplicatedAsObjectin class hierarchy. - Add
ORSet.removeValueandremoveRefimplementation. - Op "patterns" and patterns.
Removed
- Type alias
ObjectIdsince objects are identified by UUID.
Changed
- Extracted
ron-storagepackage. - Extracted
ron-schemapackage. - Extracted
ron-rdtpackage. - Switched from
Either String atoMonadError String m => m ain failable procedures. ORSet.addRefnow adds item's frame, too.ORSet.addNewRefnow returns the reference to the freshly created object.- Change
StateFramekey to UUID since objects are identified by UUID. - Renamed
RawOptoClosedOpaccording to the fresh spec.
Fixed
- Error handling in Boole decoder.
0.4 - 2019-01-09
Added
- Schema
enumdeclaration. docIdFromUuid.OnDocumentChangedis called each time when any document is changed.
Changed
- Made GHC 8.6 default.
Removed
- Schema embedded DSL helpers:
atomInteger,atomString,boole,char,field,option,orSet,rgaString,structLww,versionVector.
Fixed
RGA.editbug with re-adding deleted items (#39).
0.3 - 2018-12-05
Added
- Encode/decode EpochTime.
- EDN-based schema DSL.
Removed
RON.Storage.createVersionfrom public API.NFDatainstances.
0.2 - 2018-11-20
Added
- Schema boole type.
- RON.Storage and submodules are moved from ff project.
- RON.Schema is now re-exported via RON.Schema.TH.
Changed
- Renamed UUID field "schema" to "version", according to changes in the specification.
- RGA: sequential UUIDs on initialization.
- Optimized
Base64.isLetter. - Extend
UUID.mkNameto accept any monad. - Renamed
MonadStoragemethodslist...->get... - Renamed
RON.Storage.saveDocument->createDocument
Removed
RON.Storage.uuidToFileNameas it has no sense as an abstractionRON.Storage.IO.runStorageTwithStorageT
0.1 - 2018-11-08
Added
- Package
ron- RON-text format
- RON-binary format
- RON-RDT:
- LWW
- RGA
- OR-Set
- VersionVector
- RON-Schema
- RON-Schema TemplateHaskell code generator