Skip to content

v0.4.0

Compare
Choose a tag to compare
@vladfaust vladfaust released this 21 Aug 14:02
· 94 commits to master since this release
606bba1

New Features

  • d09b4f6 ⚠️ breaking Action and Channel are modules now (closes #23)
  • 6c5ffa6 ⚠️ breaking params defined with type name : Type (closes #33)
  • 6bb864f, 04c7584 ⚠️ breaking accept Null params (closes #40)
  • bba4168, 55c2082 ⚠️ breaking versatile auth system with optional arguments
  • 12e7b79 ⚠️ breaking external Callbacks module
  • 7a3b149 ⚠️ breaking display value of invalid param instead of class
  • fa4e507 versatile keys for params extraction (closes #35)
  • a640570 support Bool as param type
  • 1a8310c optionally preserve body upon params parsing
  • a75e9b1 add Action#header method (closes #42)
  • 1889c76 add Action#redirect method (closes #41)

Bug Fixes

  • dda3445 correct parsing UInt* params from JSON
  • bd17b01 Nil.from_param works as expected
  • e11a445 Union params parsing
  • 4de4e3d halt! now throws internally
  • a391a5d limit body size upon params parsing (closes #39)

Optimizations

  • 46e9ec7 ⚠️ breaking faster router (closes #45)

Documentation

  • 481332e optimize awesome badge
  • ede7c9a improve introduction in README
  • 48f9a6e add patreon-related information to README
  • 606bba1 add "projects using" section to README