Mark J. Lehman
be40a5b628
Update Changelog
2020-01-29 13:17:00 -08:00
Benjamin Fleischer
2eb57af561
Bump to 0.9.7
2017-05-01 11:04:05 -05:00
Yosi Attias
9cc4b0531c
Adding changelog entry
2017-04-21 19:11:30 +03:00
Benjamin Fleischer
32704cb0c1
Bump to 0.9.6
2017-01-10 16:23:05 -06:00
Benjamin Fleischer
4ce4a6265c
Bump to 0.9.5
2016-03-30 14:09:00 -05:00
Shinichi Maeshima
b6bca2b42e
Fix typo on Changelog
...
😃
2016-01-12 10:55:38 +09:00
Benjamin Fleischer
827fca098d
Bump to 0.9.4
2016-01-05 13:26:16 -06:00
Benjamin Fleischer
ade4a77b8e
Update Changelog from 0-9-stable (HEAD)
...
Use
github-changes --owner rails-api --repository active_model_serializers
--branch 0-9-stable --tag-name v0.9.4 --file CHANGELOG.new.md
--date-format "YYYY-MM-DD HH:mm Z" --use-commit-body --only-pulls
but something's not quite right with how it identifies the tag
2016-01-05 13:24:53 -06:00
Benjamin Fleischer
f3955ef346
Update ChangeLog to 0-9-stable (from 0.10 master)
2016-01-05 13:02:57 -06:00
Gauthier Delacroix
d00fb27e04
Changelog: Default serializer option
2014-09-03 15:02:06 +02:00
Theodore Konukhov
e3bd56f73a
changelog
2014-08-29 06:23:54 +02:00
Ayrton De Craene
a2d5ca42de
Update CHANGELOG.md
...
Fix typo
2013-10-23 11:43:45 +02:00
Santiago Pastorino
7dcef9f0f5
Rename Settings to Config and use accessors to configure things
2013-10-21 16:23:35 -02:00
Santiago Pastorino
5ae47f7859
Add missing entries to CHANGELOG.md
2013-10-18 17:49:22 -02:00
Santiago Pastorino
82a4f25002
Add CHANGELOG entries
2013-10-18 17:49:21 -02:00
Santiago Pastorino
0d4dfb69a9
Fix directories the project is on top level dir
2013-10-18 17:49:17 -02:00
Santiago Pastorino
14f51f2ea9
Remove everything, rewrite of AMS starts here
2013-10-18 17:46:18 -02:00
Tee Parham
31e1dab69f
require rails >= 3.2
...
* remove ancient confusing comment in SerializerGenerator
2013-05-30 15:26:17 -06:00
Tee Parham
b686b73edf
add note to changelog [ci skip]
2013-05-30 15:24:49 -06:00
Santiago Pastorino
c023052df8
Add CHANGELOG.md entries
2013-05-24 15:00:29 -07:00
Rémy Coutable
18313df12d
Fix typo for ActiveModel::Serializer::Caching in the CHANGELOG
2013-05-22 16:54:27 +03:00
Santiago Pastorino
fd8cb67b85
Add CHANGELOG entries
2013-05-21 17:33:59 -07:00
Matt Boehlig
2e0bee0c56
Fix code formatting in changelog
...
A code block example was not markdown formatted as code.
2013-05-08 14:34:16 -05:00
Steve Klabnik
c2f7af26f1
CHANGELOG for 0.8.1
2013-05-05 17:35:28 -07:00
Steve Klabnik
92a165b545
Update CHANGELOG for 0.8.0
2013-05-05 13:20:24 -07:00
Philippe Lafoucrière
1b6dcd9c65
Update CHANGELOG.md
...
Make it more consistent.
I've added some PR titles to 0.7, I'm not sure it's 100% comprehensive like this :(
The version numbers must match rubygems versions, I fixed it here.
Thanks
2013-04-16 16:35:44 +03:00
Kevin Mahoney
0a3fcea4d5
Update Changelog
2013-03-22 18:31:50 +00:00
Steve Klabnik
c129ae2016
Generate id method on Ruby 1.8.
...
Because object_id and id went through some flux, it's best to tell 1.8
specifically what we mean.
Closes #127 .
2013-03-19 14:53:08 -07:00
beerlington
4a13f86961
Reference scope by same name as serialization scope
...
By default, the serialization scope uses current_user, and you can
now reference the scope as "current_user" in the serializer. If you
override the scope using "serialization_scope" in your controller,
it will use that method name instead.
2013-03-18 14:44:38 -04:00
Steve Klabnik
41a389a900
Move to CHANGELOG.md
2013-03-18 11:19:55 -07:00