CHANGES
=======

1.2.3
-----

* Fix #13: Required property names are not translated to camelCase on output
* DRY out class generator tests
* Add unit test for optional property
* First unit test: generate a required property

1.2.2
-----

* Fix #11: Use attr.Factory instead of mutable initializers

1.2.1
-----

* Fix bug in property renaming logic

1.2.0
-----

* Implement JSON serialization (moved from bandit-sarif-formatter)

1.1.4
-----

* Include schema property name in attr.ib metadata

1.1.3
-----

* Fix install\_requires in setup.cfg

1.1.2
-----

* Update Development Status to 5

1.1.1
-----

* Fix #6: Format with 'black' formatter

1.1.0
-----

* Use attrs package and make Python 2/3 compatible. (#5)

1.0.2
-----

* Address review feedback from MS Python team. (#3)

1.0.0.beta.2
------------

* Fix malformed links in README

1.0.0.beta.1
------------

* Update metadata and README

0.1.0
-----

* Refactor: Extract utilities.make\_quoted\_string
* Bugfix: Put quotes around default values that are enums
* Bugfix: Include module name in imports in \_\_init\_\_.py

0.0.5
-----

* Specify version number; adjust setup.cfg metadata
* Report error if code gen hints file does not exist

0.0.4
-----

* Add a \_\_main\_\_ to allow directly executing the package

0.0.3
-----

* Initial version of the code
* Initial commit
* Initial commit
* Initial commit
* Initial commit
* Initial commit
