Skip to content

v0.2.0

Compare
Choose a tag to compare
@MatheusRich MatheusRich released this 20 Jan 00:50
· 15 commits to main since this release

Added

  • Allow using reserved words as attributes.
Class.new do
  extend EzAttributes

  # This would break in 0.1.0.
  # Now it works.
  attributes :class, :if
end