Skip to content

Releases: jdbence/firestore-parser

Upgrade project dependencies

29 Dec 06:20

Choose a tag to compare

v0.9.0

chore: update deps

Upgrade project dependencies

23 Jun 00:56
a726458

Choose a tag to compare

Merge pull request #11 from jdbence/fix/upgrade-deps

fix: upgrade dev deps

Bug Fix Empty Object and Array value

16 Apr 18:01
ad54560

Choose a tag to compare

Merge pull request #10 from jdbence/fix/undefined-values

fix: when object or array value is undefined

Bug Fix when double or byte value returned

12 Apr 08:28
de8d585

Choose a tag to compare

Merge pull request #9 from jdbence/fix/byte-and-double-support

feat: add byte and double support

Bug Fix when Object has no fields

13 Dec 08:37
c62e6bb

Choose a tag to compare

Merge pull request #6 from jdbence/fix/object-with-no-values

Allow object to have no values

Bug Fix when Array has no values

27 Aug 06:41
c68ca6f

Choose a tag to compare

Merge pull request #3 from jdbence/chore/update-docs

chore: update README

Added live example

24 Mar 11:19

Choose a tag to compare

v0.8.4

chore: add repl example to README

Replace indexOf check with hash

16 Mar 05:46

Choose a tag to compare

v0.8.3

chore: use hash instead of indexOf

v0.8.1

14 Mar 03:25

Choose a tag to compare

chore: version bump

v0.8.0

11 Mar 18:59

Choose a tag to compare

Reduced code complexity and added test coverage