Releases: phenyl/phenyl
Releases · phenyl/phenyl
Release list
v4.2.0
What's Changed
- Added documentation of release procedures and their requirements. by @1natsu172 in #740
- config to run ci only on node 16 by @tainakanchu in #768
- Bump mongodb driver to 4.x by @tainakanchu in #771
- fix(redux): handle until correctly in push by @7tsuno in #772
- Migrate to yarn workspace with turbo by @tainakanchu in #767
- chore: migrate Node.js version management to asdf by @tainakanchu in #773
New Contributors
- @tainakanchu made their first contribution in #768
- @7tsuno made their first contribution in #772
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Overview
Feature
- feat: pass mongoClientOptions for connect #739
Bug fix
- [redux] if all local commits are pushed, clear unreached commits #624
Internal quality
- Add tests for some pacakges #684
- [examples] Fix examples for v1.1 #686
- Upgrade typescript 3.4.5 to 4.3.2 #688
- Add README.md to some packages #685
- Update dependencies #691
- Migrate to jest #692
- Upgrade CI node version #717
and some deps bumped by dependabot.
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Breaking change
@phenyl/express setting arguments are changed.
Fix
v3.0.0
v2.1.0
v2.0.2
v2.0.0
Migration guide from v1
- add
Generalprefix to type parameter that needs default type parameter. - Not pass the type parameter to
StandardUserDefinition - Don't use
StandardEntityDefinitionas much as possible - Tweak that CustomQuery/Command not contains result inside
{ result }object
Breaking Changes from v1
Type Defs
- remove default type parameters
- remove
StandardUserDefinitiontype parameter - the result of CustomQuery and CustomCommand isn't wrapped by
{ result }object
Implementation
No breaking changes.
For example, if you use execute() with result property, it works fine even though type error occurs.