Skip to content

Releases: jagi/meteor-astronomy

2.1.0

30 Jun 09:17
Compare
Choose a tag to compare

BREAKING CHANGES!

  • Classes are secured by default
  • The children option set to true by default in the Class.find() method

NEW FEATURES!

  • Resolve optional field using function
  • Support for child classes in Class.update() and Class.remove() methods
  • Inheritance for non stored classes
  • Allow changing collection and typeField properties in child classes
  • The integer validator

... and bug fixes

2.0.1

03 May 07:50
Compare
Choose a tag to compare
  • Pass validator name to the resolveError method

2.0.0

30 Apr 22:17
Compare
Choose a tag to compare
Fix in README

2.0.0-rc.9

25 Apr 20:51
Compare
Choose a tag to compare
2.0.0-rc.9 Pre-release
Pre-release
  • Enum getIdentifier() and getIdentifiers() methods
  • Replace "environment with "simulation" option
  • Allow updating only given fields
  • Add "secured" property
  • Bug fixes

2.0.0-rc.8

04 Apr 22:19
Compare
Choose a tag to compare
2.0.0-rc.8 Pre-release
Pre-release
  • The "disableEvents" option in the find method
  • Put core utils into module
  • The getModifier method
  • Minimum Meteor cersion 1.3
  • Fix error with inserting undefined values
  • Fix error with not validating lists of documents
  • Other small fixes

2.0.0-rc.7

17 Mar 19:24
Compare
Choose a tag to compare
2.0.0-rc.7 Pre-release
Pre-release
Bump to 2.0.0-rc.7

2.0.0-rc.6

17 Mar 10:30
Compare
Choose a tag to compare
2.0.0-rc.6 Pre-release
Pre-release
Fix bug with duplicates of fields names in the getModified

2.0.0-rc.5

14 Feb 01:24
Compare
Choose a tag to compare
2.0.0-rc.5 Pre-release
Pre-release
Bump to 2.0.0-rc.5

2.0.0-rc.4

04 Feb 13:03
Compare
Choose a tag to compare
2.0.0-rc.4 Pre-release
Pre-release
2.0.0-rc.4 - fix rawAll and tests

2.0.0-rc.3

03 Feb 19:50
Compare
Choose a tag to compare
2.0.0-rc.3 Pre-release
Pre-release
Imply lodash