Skip to content

Releases: YizYah/neo-forgery

v2.0.1

09 Oct 08:59
150b88f
Compare
Choose a tag to compare

2.0.1 (2022-10-09)

Bug Fixes

  • add config to createMockSessions (a8ea22e)

v2.0.0

09 Nov 10:45
a1d3270
Compare
Choose a tag to compare

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

02 Nov 16:13
8605de3
Compare
Choose a tag to compare

1.12.1 (2021-11-02)

Bug Fixes

  • ts.config: removed test directory from tsconfig (108e7e1)

v1.11.0

12 Oct 13:29
e6abdd9
Compare
Choose a tag to compare

1.11.0 (2021-10-12)

Features

  • mocksessionfromqueryset: extra white spaces in queries removed (864052d), closes #30

v1.10.1

12 Oct 12:20
57c1ea0
Compare
Choose a tag to compare

1.10.1 (2021-10-12)

Bug Fixes

  • update storedToLive to have correct summary.counters.updates() (64cee13), closes #29

compatible with @neo4j/graphql 2+

05 Oct 15:21
Compare
Choose a tag to compare
  • Merge pull request #32 from YizYah/updates 035ddcb
  • test: updating the test for a full apollo server 352ac0b
  • refactor(livetostored): removed unnecessary variable c718304
  • fix: created updates in summary counters d3c9c1e

v1.9.1...v1.10.0

v1.9.1

10 Sep 10:56
Compare
Choose a tag to compare
  • docs(readme): added reference to the second tutorial e8aaa96

v1.9.0...v1.9.1

param subsets

05 Sep 15:51
Compare
Choose a tag to compare
  • Merge pull request #28 from YizYah/subsets 475c7e5
  • fix: queries matched with query sets having subsets of passed params 94454ed
  • Merge pull request #26 from YizYah/revision0727 93a5dc1
  • modified images 262ff36

v1.8.4...v1.9.0

wrapped

27 Jul 08:52
Compare
Choose a tag to compare
  • Merge pull request #25 from YizYah/wrapped 84591c0
  • feat: wrapCopiedResults added 51aca6f
  • fix: fixed storedToLive to copy the summary a20ab21

v1.8.3...v1.8.4

console log

25 Jul 09:30
Compare
Choose a tag to compare
  • 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