CHANGELOG.md in acfs-1.0.0.dev.1.b305 vs CHANGELOG.md in acfs-1.0.0
- old
+ new
@@ -1,6 +1,70 @@
# Changelog
+## 1.0.0
+
+* Switch to first non-development major as it's long time used in production.
+* Fix NewRelic RPM inference with middleware stack inherited from `ActionDispatch::MiddlewareStack`.
+
+## 0.48.0
+
+* Remove #attribute_types broke since f7e4109 (Sep 2013, v0.23)
+* Fix attribute inheritance on subclassing broken since commit 7cf1d11 (Apr 2014, v0.43)
+
+## 0.47.0
+
+* Change blank value handling of dict and list type (0a12ef1)
+
+## 0.46.0
+
+* Rework types system (#39)
+
+## 0.45.0
+
+* Fetching multiple records (`find(ary)`) is stable now, but untested (#38)
+* Middleware stack is build on ActionDispatch::MiddlewareStack now
+* Deprecate legacy middleware names (xyEncoder, xyDecoder)
+
+## 0.44.0
+
+* Add option to configure adapter creation and pass option to typhoeus adapter e.g.
+ limiting concurrency.
+
+## 0.43.2
+
+* add `total_count` for paginated collections
+
+## 0.43.1
+
+* Fix `:with` condition matching on stubs
+
+## 0.43.0
+
+* Remove `Acfs::Model` (inherit from `Acfs::Resource`)
+* Stub does only a partial match of `:with` attributes now
+* Allow blocks as stub `:return`s
+
+## 0.42.0
+
+* Add simple dict attribute type
+
+## 0.40.0
+
+* Change `Resource#persisted?` to return true if it is not new
+
+## 0.39.1
+
+* Fix automatic path parameter handling for #destroy
+
+## 0.39.0
+
+* Add new event acfs.operation.before_process
+
+## 0.38.0
+
+* Allow middlewares to abort request processing
+* Allow middlewares to receive the request operation object (via the request)
+
## 0.37.0
* Add Acfs.on
## 0.36.0