Iridium v2.3.0 Release Notes

  • tag: v2.3.0

    npm install [email protected]
    

    🔄 Changes

    • 307a7e3 Version bump to v2.3.0
    • 26c883f Update instance properties after every query
    • da21751 Updated README
    • fa38476 Added more plugin tests
    • 48bcbb6 Added plugin tests
    • f9abc82 Fixes for Model - Removes obsolete rename functionality - Fixes validation on insert
    • 4d69c29 Fixed instance schema validation
    • 82368ee Fixed validation issues, updated tests
    • a96d2a0 Fixed syntax error in Model
    • 5a8aa97 Added feature details for plugins to README
    • 4f8384e Added post-creation plugin hook for Instances
    • b05c566 Added example validation plugin
    • eab903d Added example of changing case of collections
    • dc318da Allow model constructor arguments to be passed to new model plugin hook
    • c382c71 Renamed example/User.js to example/UserModel.js
    • b919191 Added custom validation support to validator
    • 872d15e Added plugin logic to Instance - Allows custom validation behaviour
    • db0be5d Added plugin logic to Model - Allows custom post-creation behaviour - Allows custom validators
    • 1440328 Added plugin registration logic to database