All Versions
5
Latest Version
Avg Release Cycle
54 days
Latest Release
2004 days ago
Changelog History
Changelog History
-
v1.0.alpha1.5 Changes
June 19, 20191.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!
andindex_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
ServerOp
s - #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 tonew_record?
(you can still usenew?
or override it)
- #165 Secure access to
-
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