All Versions
36
Latest Version
Avg Release Cycle
42 days
Latest Release
1330 days ago

Changelog History
Page 4

  • v0.7 Changes

    July 29, 2018
    • ➕ Add MODULE constant for accessing module from nested namespaces within itself
  • v0.6 Changes

    July 23, 2018
    • ➕ Add support for using gems as imported modules (experimental feature)
    • ➕ Add Modulation.full_trace! method for getting full backtrace on errors
    • Fix Modulation.transform_export_default_value
    • Change name to Modulation
  • v0.5.1 Changes

    July 20, 2018
    • Fix #extend_from, #include_from to work with ruby 2.4
  • v0.5 Changes

    July 19, 2018
    • Add #extend_from, #include_from to include imported methods in classes and modules
  • v0.4 Changes

    July 19, 2018
    • 🔨 Refactor code
    • ➕ Add tests
    • ✂ Remove namespace feature (owing to the way Ruby handles constants in blocks)
  • v0.3.3 Changes

    July 09, 2018
    • Switch to explicit exports
    • 📚 More documentation
    • 👍 Better error handling