All Versions
103
Latest Version
Avg Release Cycle
3 days
Latest Release
-

Changelog History
Page 5

  • v1.0.2 Changes

    • ๐Ÿ‘Œ Support ObservableArray notifications on unshift, prepend, and append
  • v1.0.1 Changes

    • ๐Ÿ›  Fixed issue with excluded keywords getting caught up by the infinite-loop-detection check
    • Upgraded to array_include_method v1.0.3
  • v1.0.0 Changes

    • ๐Ÿ“š Code/Documentation preparation for version 1.0.0
  • v0.10.4 Changes

    • Support Glimmer::Config.log_excluded_keywords option for whether or not to log keywords that are excluded by Glimmer::Config.excluded_keyword_checkers
  • v0.10.3 Changes

    • Made Glimmer::Config module more resilient to invalid logger level values set via GLIMMER_LOGGER_LEVEL env var
  • v0.10.2 Changes

    • โž• Added observer notification support for all Array mutation methods in ObservableArray (e.g. delete_if, select!, uniq!, collect!, etc...)
  • v0.10.1 Changes

    • excluded_keyword_checkers option for filtering certain keywords from Glimmer DSL processing
    • โšก๏ธ Updates to logging levels to be more appropriate
    • ๐Ÿ›  Fixed an issue to avoid crashing when calling observer.unregister/unobserve on a non-observable
  • v0.10.0 Changes

    • โœ‚ Remove Glimmer::Config.enable_logging method
    • ๐Ÿ”จ Refactor Glimmer config logger and reset level to error
    • โšก๏ธ Update all logger calls to lazy blocks
  • v0.9.5 Changes

    • โœ‚ Removed resetting of DSL Engine upon encountering an exception as it is not needed and sometimes causes the wrong behavior
  • v0.9.4 Changes

    • ๐Ÿ›  Fix issue with observing attributes on classes directly instead of their objects