Hi!
This is just a small post re Effect v4 and the eventual release of version 1.0 of this library. For me, these go hand-in-hand. Migrating to Effect v4, which is already a breaking update, adds a natural opportunity to rework some of the api that haven't hold up as projects gets more mature.
While no ETA as of just yet, work have begun and is available in the next branch. Watch this space for updates.
Notable changes
- Removes the Model type from the library - instead use Model from Effect (currently
effect/unstable/schema)
- Firestore methods and schemas have been renamed to match default model so add is now called insert etc. Not yet decided on if methods in Repositories will be renamed too...
Hi!
This is just a small post re Effect v4 and the eventual release of version 1.0 of this library. For me, these go hand-in-hand. Migrating to Effect v4, which is already a breaking update, adds a natural opportunity to rework some of the api that haven't hold up as projects gets more mature.
While no ETA as of just yet, work have begun and is available in the
nextbranch. Watch this space for updates.Notable changes
effect/unstable/schema)