Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

48 lines (39 loc) · 1.69 KB

Changelog

Further documentation can be found at this url Documentation is here :)

[0.0.1] - 2024-04-15

Added

  • CLI support for basic command
    (more detail at CLI's documentation)
    • ReferableMapEntity.synthesized attribute for determining whether the object is newly created in script or retrieved from the existing source.

      (in-script created ReferableMapEntity will always be marked as synthesized and will be created when push to the database)
    • Runtime options can be now configure through process environment

Changed

  • Testing script changed from run to exec. You may use yarn run exec instead.

Fixed

  • Improper Collection data fetching sequence.

[0.0.2] - 2024-04-15

Fixed

  • CLI library reference issue

[0.0.3] - 2024-05-13

Added

  • Add built-in types for ClubDisplay and UserRef (ref) collection

[0.0.4] - 2024-05-13

Fixed

  • CLI version bug

[0.0.5] - 2024-05-13

Fixed

  • unexported built-in types

[0.0.6] - 2024-05-13

Fixed

  • modules import namespace bug

[0.0.7] - 2024-05-14

Fixed

  • firebase specified ID docs creation bug

[0.0.8] - 2024-05-14

Added

  • version operator (=, <=, >=, <, >)

[0.0.9] - 2024-07-19

Added

  • updated club IDs according to the system