All Versions
12
Latest Version
Avg Release Cycle
25 days
Latest Release
583 days ago

Changelog History
Page 1

  • v1.5.1 Changes

    September 20, 2022
  • v1.5.0 Changes

    May 01, 2022
    • โž• Add support of Rails 7
  • v1.4.4 Changes

    April 29, 2022
    • Inject N1Loader::Loadable to ActiveRecord::Base automatically
    • Make reload to call n1_clear_cache
  • v1.4.3 Changes

    April 13, 2022
    • โž• Add default support to arguments
  • 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 to n1_optimized
    • rework def self.arguments_key to cache_key
  • v1.2.0 Changes

    January 14, 2022
    • ๐Ÿ‘ Introduce arguments support.
  • v1.1.0 Changes

    December 27, 2021
    • Introduce fulfill method to abstract the storage.