mirror of
https://github.com/kbparagua/paloma
synced 2023-03-27 23:21:17 -04:00
Update changelog
This commit is contained in:
parent
907a2a84e0
commit
4a55ad59dc
2 changed files with 10 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue