Skip to content

Releases: phenyl/phenyl

v4.2.0

Choose a tag to compare

@tainakanchu tainakanchu released this 23 Jan 09:48

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

Choose a tag to compare

@1natsu172 1natsu172 released this 16 Mar 12:03

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

Choose a tag to compare

@sasurau4 sasurau4 released this 16 Feb 01:58

Overview

Bug fix

  • Fix clearing unreached commits when push #616

v4.0.2

Choose a tag to compare

@sasurau4 sasurau4 released this 09 Feb 09:46

v4.0.1

Choose a tag to compare

@sasurau4 sasurau4 released this 24 Oct 08:12

Overview

Bug fix

  • fix: add content-type to encoded push request #544

Internal

  • Feature/remove es6 promisify #536

v4.0.0

Choose a tag to compare

@sasurau4 sasurau4 released this 02 Oct 03:14

v3.0.0

Choose a tag to compare

@sasurau4 sasurau4 released this 18 Jun 05:15

BREAKING CHANGE

  • BREAKINGCHANGE(phenyl-redux): rename useRedux to createRedux #447

Bug

  • fix: updateAndFetch returning updated result #458
  • chore(mongodb): add useUnifiedTopology option #445

v2.1.0

Choose a tag to compare

@sasurau4 sasurau4 released this 01 Apr 01:25

Features

  • implement LocalStateFinder#hasDiffBetweenOriginAndHead: #409

v2.0.2

Choose a tag to compare

@sasurau4 sasurau4 released this 25 Mar 05:20

Bug fix

  • fix rollback impl #405

v2.0.0

Choose a tag to compare

@sasurau4 sasurau4 released this 26 Dec 08:10

Migration guide from v1

  • add General prefix to type parameter that needs default type parameter.
  • Not pass the type parameter to StandardUserDefinition
  • Don't use StandardEntityDefinition as much as possible
  • Tweak that CustomQuery/Command not contains result inside { result } object

Breaking Changes from v1

Type Defs

  • remove default type parameters
  • remove StandardUserDefinition type 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.