Releases: YizYah/neo-forgery
Releases · YizYah/neo-forgery
v2.0.1
2.0.1 (2022-10-09)
Bug Fixes
- add config to createMockSessions (a8ea22e)
v2.0.0
2.0.0 (2021-11-09)
Features
BREAKING CHANGES
- If a generated session calls
readTransaction()
or writeTransaction()
, the
result will have in it's summary
a transactionType
set to READ
or WRITE
. So if you are
asserting deep equality between the output summary and expected summary, you will have to update the
expected summary accordingly.
v1.12.1
1.12.1 (2021-11-02)
Bug Fixes
- ts.config: removed test directory from tsconfig (108e7e1)
v1.11.0
1.11.0 (2021-10-12)
Features
- mocksessionfromqueryset: extra white spaces in queries removed (864052d), closes #30
v1.10.1
1.10.1 (2021-10-12)
Bug Fixes
- update storedToLive to have correct summary.counters.updates() (64cee13), closes #29
compatible with @neo4j/graphql 2+
console log
- Merge pull request #22 from YizYah/console 673972d
- fix(mocksessionfromqueryset): added console log for error of not matching in mockSessionFromQuerySet 53da979
v1.8.2...v1.8.3