- Fixing the version number that I forgot on the v0.8.0 release
- Supporting parameters to be passed into Deliverables (Issue #38])
- Supporting dictionary item importing thanks to markmc27
- Added FSharp Lint to ensure coding standards in the integration tests
- Updated to Umbraco 7.5.4
- Adding integration tests
- Adding support for doc type composition
- Getting AppVeyor up and running again
- Merging PR #32. Thanks @dinc5150
- Fixing what burnt me by not writing tests around the last fix. Still no tests, but we'll get there
- Fixing bug #30 where structure isn't imported
- Fixing bug #29
- Rewrite of dependency loading to use a custom
BootManager
- Refactored some of the deliverable dependencies
- Updated doco on the
content-type
deliverable - Refactored the
user change-password
to not require the existing password and to use the username for lookup, not id
- Removed C# 6 usage as AppVeyor doesn't support it
- Turned on warnings as errors
- Adding some more folders to the settings interface
- Adding new deliverable to show the settings
- Exposing IoC container pipeline and dependency builder to allow user to register their own dependencies
- Getting NuGet publishing working so you don't need the CI environment
- Supporting single exported Document Type (#21)
- Fixed bugs with Umbraco 7.2
- Fixing versioning
- New feature,
delivery
- Gives you the ability to create a script that contains multiple Deliverable's to run
- Fixing #15
- Adding
Change Alias
deliverable
- Fixing issue with SQL CE when the sdf doesn't exist
- Adding
install
deliverable to setup the database - Adding
user
deliverable to configure a user - Adding
package
deliverable to import Data Types, Document Types, Templates and Macros using the Umbraco export format - Making dependencies injected via a simple IoC container
- Initial release
- Example of how Chauffeur could work
- Implementing
Content-Type
deliverable for inspecting Content Types - Implemeneting
Help
deliverable