Update changelog

This commit is contained in:
kbparagua 2016-03-25 17:30:00 +08:00
parent 907a2a84e0
commit 4a55ad59dc
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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'