Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 789 Bytes

File metadata and controls

39 lines (22 loc) · 789 Bytes

03/03/17 v1.2.1

  • Interop loading modules should make private instance methods public (#35)

03/03/17 v1.2.0

  • Support for clearing cached defn (#20)

03/03/17 v1.1.2

  • Fix issue with dynamic imports (#33)

01/27/17 v1.1.1

  • Fix broken gem bundling

01/27/17 v1.1.0

  • Allow disabling interop constants cleanup (b13528)

01/26/17 v1.0.0

  • modules.config replaces global set_basepath (#9)
  • Better error messages on load fail (#22)

01/26/17 v0.2.0

  • Observe cli debug flag (#29)
  • Prefer local modules when resolving ambiguous names (#21)
  • Ruby v2.2 compatibility (#30)
  • Mechanism for multiple exports (#6)

01/25/17 v0.1.1

  • Correct files list in modules.gemspec and respond to -v flag.

01/25/17 v0.1.0

  • Use kernel.load to for local module imports (#10)