Releases: jagi/meteor-astronomy
Releases · jagi/meteor-astronomy
2.1.0
BREAKING CHANGES!
- Classes are secured by default
- The
children
option set totrue
by default in theClass.find()
method
NEW FEATURES!
- Resolve optional field using function
- Support for child classes in
Class.update()
andClass.remove()
methods - Inheritance for non stored classes
- Allow changing
collection
andtypeField
properties in child classes - The
integer
validator
... and bug fixes
2.0.1
- Pass validator name to the
resolveError
method
2.0.0
Fix in README
2.0.0-rc.9
- 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
- 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
Bump to 2.0.0-rc.7
2.0.0-rc.6
Fix bug with duplicates of fields names in the getModified
2.0.0-rc.5
Bump to 2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.4 - fix rawAll and tests
2.0.0-rc.3
Imply lodash