Changes¶
0.5 (unreleased)¶
- Support Python 3.5
- It’s now possible to create local components before a
bower_componentsdirectory has been defined. - Backward incompatible change: Remove
versionargument ofconfig.add_bower_component(version information from thebower.jsonfile is used instead). - Backward incompatible change: Rename keyword argument identifier
nameofconfig.add_bower_componentsandrequest.includetocomponents_name. - Add checks if components directory exists and if local components contain a
bower.jsonfile.
0.4 (2015-05-24)¶
- Simplified creation of local components
- Added setting option
components_path - Changed to PEP 420 namespace package
0.3 (2015-01-10)¶
- Support multiple
bower_componentsdirectories
0.2 (2015-01-09)¶
- Added documentation
- Added setting options via ini file
0.1 (2015-01-06)¶
- Initial release