All Versions
19
Latest Version
Avg Release Cycle
41 days
Latest Release
-

Changelog History
Page 1

  • v0.9.2 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix opal-sprockets version
  • v0.9.1 Changes

    ๐Ÿ›  Fixes

    • โšก๏ธ update new application template to use fresh gem
    • โšก๏ธ update new application counter component
  • v0.9.0 Changes

    ๐Ÿ”„ Changed

    • โšก๏ธ update opal to 1.0
  • v0.8.2 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ›  fix inesita server to work with newest opal-sprockets
  • v0.8.1 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿšš sprockets setup moved from config.ru into .sprockets.rb file
  • v0.7.0 Changes

    ๐Ÿ›  Fixes

    • thor warrnings
    • 'sprockets' warrnings

    ๐Ÿ”„ Changed

    • โšก๏ธ Update opal to 0.11
    • ๐Ÿ”ง Move templates configuration to config.ru

    โœ‚ Removed

    • โœ‚ remove slim dependency
    • โœ‚ remove sass dependency
  • v0.6.1 Changes

    January 10, 2017

    โž• Added

    • inject class method for Component
    • init callbacks

    โœ‚ Removed

    • ๐Ÿšš router - moved to separate gem
    • Store - use Injection
    • Application - use Component and inject
    • Layout - use component instead
  • v0.6.0

    November 07, 2016
  • v0.5.1 Changes

    January 10, 2017

    ๐Ÿ›  Fixes

    • Error when router not exists
  • v0.5.0 Changes

    January 10, 2017

    โž• Added

    • Injection (you can inject any object)
    • before_render callback to Component

    ๐Ÿ”„ Changed

    • ๐Ÿ—„ Store is deprecated, use Injection

    โœ‚ Removed

    • init callback, use initialize instead