Skip to content

Releases: apexatoll/kangaru

v0.2.3

10 Dec 23:56
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Changes

  • Implement missing id Controller accessor (#55)

v0.2.2

20 Nov 23:45
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changes

  • Renamespace concerns (#53)
  • Implement custom validators (#54)

v0.2.1

14 Nov 01:15
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes

  • Refactor env logic into Interface (#51)
  • Allow env-dependent config file paths (#52)

v0.2.0

12 Nov 21:46
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • Fix blank external config bug (#46)
  • Create stub_application RSpec context (#47)
  • Implement target-application configurators (#48)
  • Overhaul config importing (#49)
  • Configurator validation (#50)

v0.1.2

08 Nov 16:26
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Changes

  • Bug fix: Only define request matchers if RSpec initialised

v0.1.1

08 Nov 09:27
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Changes

  • Bundle signatures with Gem release
  • Implemented Kangaru.application! which renders an error when application has not beein initialised to promote greater type safety
  • Applications now have one Router instance which can be reused for multiple requests through the resolve method
  • Only render default view if controller action returns a truthy value
  • Extend RSpec integration
    • Run specs in a rolled-back database transaction
    • Implement RequestHelper for testing controllers

v0.1.0

08 Nov 09:21
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial release