diff --git a/CHANGELOG.md b/CHANGELOG.md index c648a1d..f3b1eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 5.0.0 +* https://github.com/kbparagua/paloma/issues/84 - Easier syntax for creating controllers. +* https://github.com/kbparagua/paloma/issues/56 - Paloma should be started manually using `Paloma.start()`. +* Introduced before callbacks. + - https://github.com/kbparagua/paloma/issues/41 + - https://github.com/kbparagua/paloma/issues/30 +* Create `controller` and `action` property for Paloma controllers. +* Remove jQuery dependency. + ## 4.2.1 * https://github.com/kbparagua/paloma/issues/79 - Rendering "true" string fixed. * Catch situations where `js` function is called more than once. diff --git a/paloma.gemspec b/paloma.gemspec index e835737..540177e 100644 --- a/paloma.gemspec +++ b/paloma.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.authors = ['Karl Paragua'] s.email = 'kb.paragua@gmail.com' s.files = `git ls-files app lib vendor`.split("\n") - s.homepage = 'https://github.com/kbparagua/paloma' + s.homepage = 'https://github.com/kbparagua/paloma' s.license = 'MIT' s.add_development_dependency 'jquery-rails'