rethinkdb-orm v1.1.0 Release Notes

Release Date: 2019-03-26 // about 5 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿ”„ Changed

    • ๐Ÿšš (persistence) move uuid_generator to class level and provide setter method
    • (index) minor #has_index? api change
    • (changefeed) always yield a model for change event (deleted previously returned nil for model)

    ๐Ÿ›  Fixed

    • (queries) correct return type #count query
    • (table) no longer create tables for abstract models
    • (table) silence compiler by setting @@table_name out of macro scope
    • (error) fix error namespacing

    โž• Added

    • ๐Ÿ“‡ (association) id fields as "keywords" for elasticsearch through es_type metadata tag
    • (associations) add parent tag to belongs_to relation