darwin_sdk 1.1.0-alpha.10 darwin_sdk: ^1.1.0-alpha.10 copied to clipboard
Swiss army knife for creating service based applications in dart, using IoC and a powerful annotation based code generator
1.1.0-alpha.10 #
Note: This release has breaking changes.
- BREAKING REFACTOR: replace DarwinSystem with DarwinSystemBase and rename DefaultDarwinSystem to DarwinSystem.
1.1.0-alpha.9 #
- FIX: fix single/no fragments paths.
1.1.0-alpha.8 #
- FIX: disable core tests.
1.1.0-alpha.7 #
Note: This release has breaking changes.
- FEAT: add handler mechanism.
- BREAKING FEAT: Rework darwin_marshal and fix common handler errors.
- BREAKING FEAT: Add openapi generation, switch to lyell generator utilities.
1.1.0-alpha.6 #
- REFACTOR: reformat and cleanup code.
- FIX: improved stop signal handling and final kill signal to exit the process.
1.1.0-alpha.5 #
- REFACTOR: format code and some small fixes.
- FEAT: implement optional dependencies and add tests.
- FEAT: implement basic darwin_test functionality.
1.1.0-alpha.4 #
- REFACTOR: reformat code.
1.1.0-alpha.3 #
- DOCS: darwin_sdk extended documentation.
1.1.0-alpha.2 #
- REFACTOR: extract pubspec overrides.
1.1.0-alpha.1 #
- REFACTOR: rename darwin to darwin_sdk.
1.1.0-alpha.0 #
- REFACTOR: cleanup and reformat code.
- FEAT: initial commit.
1.0.0 #
- Initial version.