All Versions
12
Latest Version
Avg Release Cycle
25 days
Latest Release
719 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.1 Changes
September 20, 2022- ๐ Fix support of falsey value of arguments. Thanks Aitor Lopez Beltran for the contribution!
-
v1.5.0 Changes
May 01, 2022- โ Add support of Rails 7
-
v1.4.4 Changes
April 29, 2022- Inject
N1Loader::Loadable
toActiveRecord::Base
automatically - Make
reload
to calln1_clear_cache
- Inject
-
v1.4.3 Changes
April 13, 2022- โ Add
default
support to arguments
- โ Add
-
v1.4.2 Changes
March 01, 2022- Add n1_clear_cache method which is useful for cases like reload in ActiveRecord
-
v1.4.1 Changes
February 24, 2022- ๐ Fix preloading of invalid objects
-
v1.4.0 Changes
February 22, 2022- โ add support of optional arguments
๐ฅ BREAKING CHANGES:
- rework arguments to use single definition through
argument <name>
only - ๐ use keyword arguments
-
v1.3.0 Changes
February 22, 2022- โ add support of named arguments with
argument <name>
๐ฅ BREAKING CHANGES:
- rename
n1_load
ton1_optimized
- rework
def self.arguments_key
tocache_key
- โ add support of named arguments with
-
v1.2.0 Changes
January 14, 2022- ๐ Introduce arguments support.
-
v1.1.0 Changes
December 27, 2021- Introduce
fulfill
method to abstract the storage.
- Introduce