All Versions
5
Latest Version
Avg Release Cycle
54 days
Latest Release
1772 days ago

Changelog History

  • v1.0.alpha1.5 Changes

    June 19, 2019

    1.0alpha1.5 - 2019-06-19

    ๐Ÿ”’ Security

    • #165 Secure access to composed_of relationships.

    โž• Added

    • #114 Add Polymorphic Models
    • #186 Allow components to override built-in event names (i.e. fires :click)
    • #185 Allow import of es6 modules that have a single component
    • ๐Ÿš… #183 Add new Rails 6 active support methods: extract! and index_with
    • #180 sleep now returns a promise so it works nicely with Operations
    • ๐Ÿ‘€ #176 The render callback is now optional. See issue for details.
    • #168 Allow custom headers in ServerOps
    • #160 Allows for dynamically attaching events: .on(false || nil) is ignored.
    • #159 Hyperstack.connect behaves nicely if passed a dummy value.
    • ๐Ÿš… #148 Rails installer works with existing Rails apps.
    • #146 Allow ActiveModel attribute methods to be overridden.

    ๐Ÿ›  Fixed

    • #196 The empty? method no longer forces fetch of entire collection
    • โšก๏ธ #195 UI will not update until after all relationships of a destroyed record are completely updated.
    • #194 Fetching STI models via scope and finder will now return the same backing record.
    • #193 Allow the super method in hyper-spec examples.
    • 0๏ธโƒฃ #192 Dummy values will be initialized with schema default value.
    • ๐Ÿ’… #191 Fixed incompatibility between the Router and Legacy style param method.
    • ๐Ÿ›  #181 Fixed nested class component lookup.
    • ๐Ÿšš #179 Once an operation moves to the failed track it now stays on the failed track.
    • #178 Resetting system now correctly reinitializes all variables.
    • #173 Both sides of a relationship can be new and will get saved properly.
    • #170 HyperSpec pause method working again.
    • โœ… #169 Fixes to ActiveRecord model equality test.
    • #166 Allow Element#dom_node to work with native components.
    • #164 Insure state change notification when scopes change remotely.
    • #163 Ignore hotloader and hotloader errors during prerendering.
    • ๐Ÿ—„ #154 Stop raising deprecation notices when using imports directive.
    • #153 .to_n working properly on Component classes.
    • โฑ #144 Timeout if connection between console and server fails.
    • #143 Errors#full_messages working properly.
    • #138 Count of has_many :through relations working properly
    • #126 Scopes no longer returning extra DummyValue.
    • โšก๏ธ #125 Belongs-to relationships on new records will react to updates to the relationship.
    • #120 ActiveRecord::Base.new? renamed to new_record? (you can still use new? or override it)
  • v0.99.6 Changes

    January 30, 2019

    โšก๏ธ Backports the delayed updating fix from latest hyperstack

  • v0.99.5 Changes

    January 10, 2019

    ๐Ÿ›  Fixes non-persisted child associations sometimes reconstructing out of order in server methods

  • v0.99.4 Changes

    December 19, 2018

    โšก๏ธ Updates mini_racer/libv8 to latest versions

  • v0.0.1.bogus1

    November 15, 2018