All notable changes to this project will be documented in this file.
- Mention "extension.json" file in error messages
- Adopt the new payload and endpoints
- Enable CI
- Use "extension" in code and as a class name
- Use "extension.json" instead of "widget.json"
- Use "extension" in commands (names, help, messages)
- Update readme to use "extension"
- Update project and command names
- Document programmatic usage
- Expose API for programmatic usage
- Resolve srcdoc relatively from descriptor's directory
- Improve error messages
- Update README.md (fieldTypes and srcdoc properties)
- Release the package to the public
- Update contentful-management
- Display friendly error messages from server
- Success messages for create, update and delete actions
- Travis config file
- Configure eslint to complain on no newline after var definition
- Update README with installation instruction