Skip to content

Releases: tylim88/FirelordJS

remove the need for crypto module

08 Sep 14:44
Compare
Choose a tag to compare
  • fix missing in code documentation
  • housekeeping in code documentation (internal)
  • refactor types (internal)
  • add new argument TransactionOptions to runTransaction (new feature)
  • add firebase as peerDependencies
  • remove the need for crypto module, this module may cause a lot of issues because it is a nodejs module(important)
  • reduce compile size
  • further simplify typing (internal)
  • update eslint (internal)

v1.5.0

18 Jul 22:38
39d7977
Compare
Choose a tag to compare

tons of housekeeping and simplification

2 breaking changes:

  • rename MetaTypeCreator setting allFieldsPossiblyUndefined as allFieldsPossiblyReadAsUndefined
  • remove onSnapshot onCompletion parameter (remove 1 function overload)

1.4.2

03 Jun 22:42
9188e34
Compare
Choose a tag to compare

collection path now check for number of forward slash

1.3.0

06 May 02:03
87beb4d
Compare
Choose a tag to compare

when using cursor(eg startAt) with orderBy('name'), cursor will only accept full document path as value

1.1.18

01 May 12:23
ead5278
Compare
Choose a tag to compare

compile to es5 instead of es6

1.1.16

25 Apr 15:52
32c00d5
Compare
Choose a tag to compare

remove sourcemap because sourcemap requires src code to be included, which is very redundant and can cause issues to creat-react-app

1.1.2

13 Apr 08:32
cd8c59b
Compare
Choose a tag to compare

now support @firebase/rules-unit-testing

example: https://github.com/tylim88/Firelordjs/blob/main/codeForDoc/src/rulesUnitTesting.test.ts

will update the doc

1.1.0

10 Apr 08:50
cd8c59b
Compare
Choose a tag to compare

MetaType now able to refer to itself, CollectionReference Parent props no longer need type casting

if you already type cast it, you can remove it or leave it

1.0.11

01 Apr 15:13
cd8c59b
Compare
Choose a tag to compare

ok this one is good, stable