Skip to content

Commit

Permalink
Updated CHANGELOG for 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edetec committed Jun 25, 2018
1 parent 1975f0f commit 7b4b371
Showing 1 changed file with 178 additions and 173 deletions.
351 changes: 178 additions & 173 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,173 +1,178 @@
============================
Flask-RESTAlchemy Change Log
============================

.. current developments
v0.10.1
====================

**Added:**

None

* Support for pagination and query on property end points




v0.10.0
====================

**Added:**

None

* add pre/post commit hooks to put




v0.9.2
====================

**Added:**

* Support for serialize Enum columns
* Support for pagination on relationships


**Changed:**

* Now the auto generated end point name of a relationship uses the relationship name instead of the related model name

**Fixed:**

* Fix changelog auto generation


v0.9.0
====================

**Added:**

* Add pagination and filter support for relationships
* Add documentation with sphinx

**Changed:**


v0.8.5
====================

**Changed:**

* Change the way relation is checked on query related object

v0.8.3
====================

**Changed:**

* Make `query_from_request` reusable

v0.8.2
====================

**Added:**

* Enable deletion of an item from a relation that uses secondary table


v0.8.1
====================

**Added:**

* Support Flask Blueprints

v0.8.0
====================

**Added:**

* Added support to a unit definition for the Measure column

v0.7.1
====================

**Added:**

* Support custom hooks before and after commit data to the DB

v0.6.0
====================

**Changed:**

* Do not add Zulu TZ on naive datetimes
* Rename package from flask-rest-orm to flask-restalchemy

v0.5.0
====================

**Added:**

* Support filters and pagination

v0.4.1
====================

**Added:**

* Support custom implementation of DateTime columns

v0.4.2
====================

**Fixed:**

* Support Zulu time zone

v0.4.1
====================

**Added:**

* Added PrimaryKeyField to serialized only the Foreign key of a model

**Fixed:**

* Update classifiers by removing Python 2 support

v0.4.0
====================

**Changed:**

* Replace marshmallow serializers with our own serializer implementation
* More robust serialization of dates and times

v0.3.0
====================

**Added:**

* Added collection name parameter on add_model method
* Compatibility with python 3.5
* Enable custom endpoint

v0.2.0
====================

**Added:**

* Added query filters and limits

v0.1.0
====================

**Added:**

* First release version

============================
Flask-RESTAlchemy Change Log
============================

.. current developments
v0.10.2
====================



v0.10.1
====================

**Added:**

None

* Support for pagination and query on property end points




v0.10.0
====================

**Added:**

None

* add pre/post commit hooks to put




v0.9.2
====================

**Added:**

* Support for serialize Enum columns
* Support for pagination on relationships


**Changed:**

* Now the auto generated end point name of a relationship uses the relationship name instead of the related model name

**Fixed:**

* Fix changelog auto generation


v0.9.0
====================

**Added:**

* Add pagination and filter support for relationships
* Add documentation with sphinx

**Changed:**


v0.8.5
====================

**Changed:**

* Change the way relation is checked on query related object

v0.8.3
====================

**Changed:**

* Make `query_from_request` reusable

v0.8.2
====================

**Added:**

* Enable deletion of an item from a relation that uses secondary table


v0.8.1
====================

**Added:**

* Support Flask Blueprints

v0.8.0
====================

**Added:**

* Added support to a unit definition for the Measure column

v0.7.1
====================

**Added:**

* Support custom hooks before and after commit data to the DB

v0.6.0
====================

**Changed:**

* Do not add Zulu TZ on naive datetimes
* Rename package from flask-rest-orm to flask-restalchemy

v0.5.0
====================

**Added:**

* Support filters and pagination

v0.4.1
====================

**Added:**

* Support custom implementation of DateTime columns

v0.4.2
====================

**Fixed:**

* Support Zulu time zone

v0.4.1
====================

**Added:**

* Added PrimaryKeyField to serialized only the Foreign key of a model

**Fixed:**

* Update classifiers by removing Python 2 support

v0.4.0
====================

**Changed:**

* Replace marshmallow serializers with our own serializer implementation
* More robust serialization of dates and times

v0.3.0
====================

**Added:**

* Added collection name parameter on add_model method
* Compatibility with python 3.5
* Enable custom endpoint

v0.2.0
====================

**Added:**

* Added query filters and limits

v0.1.0
====================

**Added:**

* First release version

0 comments on commit 7b4b371

Please sign in to comment.