Inesita Versions Save

Frontend web application framework in Ruby using Opal.

v0.6.1

7 years ago

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.5.1

7 years ago

Fixes

  • Error when router not exists

v0.5.0

7 years ago

Added

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

Changed

  • Store is deprecated, use Injection

Removed

  • init callback, use initialize instead

v0.4.4

7 years ago

Added

  • on_enter callback to Router

Fixed

  • sprockets deprecation warning

v0.4.3

7 years ago

Added

  • on_enter callback to Router

Fixed

  • sprockets deprecation warning

v0.4.1

7 years ago

Added

  • nice changelog

Changed

  • update opal to 0.10.0

Removed

  • deprecated update_dom method

Fixed

  • prefix bug in opal 0.10

v0.4.0

8 years ago

Added

  • router is accessible from store
  • init callback to Store and Component
  • Inesita::Browser minimal browser support
  • router support *param to catch rest of url
  • virtual-dom hooks (instead of after_render)

Changed

  • rename Router#handle_link to Router#go_to

Removed

  • Component#after_render
  • opal-browser is now optional
  • extract livereload to inesita-livereload

v0.3.5

8 years ago

0.3.5 (10.03.2016)

  • add inesita watch
  • add inesita build dir parameters

v0.3.2

8 years ago

0.3.2 (05.03.2016)

  • add app_dist and app_dev directory support
  • add redirect_to to route options

v0.3.1

8 years ago
  • add params hash to router.url_for
  • fix router.current_url?
  • add class_names helper