All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT: Add emitToAll function for websockets.
Packages with breaking changes:
- BREAKING FEAT: Move Route to route, add types to route.group (#36).
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: Duplicate global hooks.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: Run global hooks.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(arcade): add support for setting status code.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
arcade
-v0.1.3
arcade_cli
-v0.0.4
arcade_config
-v0.0.5
arcade_logger
-v0.0.5
arcade_views
-v0.0.7
- FEAT: update dependencies.
- FEAT: update dependencies.
- FEAT: update dependencies.
- FEAT: update dependencies.
- FEAT: update dependencies.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
arcade
-v0.1.2
arcade_cache
-v0.0.2
arcade_cache_redis
-v0.0.2
arcade_config
-v0.0.4
arcade_logger
-v0.0.4
arcade_views
-v0.0.6+2
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
arcade_views
-v0.0.6+2
- FIX: name clash.
- FEAT: add support for global before, after and afterWebSocket hooks.
- FEAT: optimize route matching and static file checking.
- FEAT: group routes support.
- FEAT: match wildcard routes on any sub path segment.
- REFACTOR: fix samples and examples.
- FEAT: redis implementation.
- FEAT: make ready for publishing.
- FEAT: export BaseCacheManager.
- FEAT: rename to arcade.
- FEAT: redis implementation.
- FEAT: match wildcard routes on any sub path segment.
- FEAT: match wildcard routes on any sub path segment.
- FEAT: update logger.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
arcade
-v0.1.1+1
arcade_cli
-v0.0.3+1
arcade_config
-v0.0.3+1
arcade_logger
-v0.0.3+1
arcade_views
-v0.0.6+1
- REFACTOR: fix samples and examples.
- FIX(server_helper): process signal empty stream for platform windows.
- REFACTOR: fix samples and examples.
- REFACTOR: fix samples and examples.
- REFACTOR: fix samples and examples.
- REFACTOR: fix samples and examples.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
arcade
-v0.1.1
arcade_cli
-v0.0.3
arcade_config
-v0.0.3
arcade_logger
-v0.0.3
arcade_views
-v0.0.6
- FEAT: rename to arcade.
- FIX(arcade_cli): command printed prints arcade.
- FEAT: rename to arcade.
- FEAT: rename to arcade.
- FEAT: rename to arcade.
- FEAT: rename to arcade.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX: dartseid_cli will hot restart the app instead of hot reload for more reliability.
- FIX: dartseid_cli will hot restart the app instead of hot reload for more reliability.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(dartseid_cli): fix create command does not rename imports.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(dartseid): add support for web sockets
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(dartseid_cli): pipe stderr.
- FEAT(dartseid_cli): add create command.
- FEAT(cli): add serve command.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(dartseid_cli): pipe stderr.
- FEAT(dartseid_cli): add create command.
- FEAT(cli): add serve command.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(dartseid_cli): pipe stderr.
- FIX(cli): pipe stderr.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(views): add support for absolute partials.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(core): updated to logger dependencies. Need to solve cyclic deps.
- FIX(all): Licenses copyright.
- FIX(all): Licenses copyright.
- FEAT(logger): copy logger code to new package.
- FEAT(logger): Initial commit.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(dartseid): update imports for config dependency.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FEAT(config): new configuration package.
- FIX(config): description, update(melos): bootstrap with new package.
- FIX(config): rename package.
- FEAT(config): new configuration package.
- FEAT(config): new configuration package.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
dartseid_views
-v0.0.3+1
- FIX: hot reloading now initializes the application.
- FIX: not found route not closed.
- FIX: normalized routes when matching, decode path params during construction of context.pathParameters.
- FEAT: detect prod (compiled) or dev (JIT) environment.
- FEAT: add before and after hooks, and remove middleware. Before hooks are a replacement for middlewares, separate request and response headers in RequestContext.
- FEAT: add records and levels to logging.
- FEAT: add a rudimentary logger that uses a separate isolate to log.
- FEAT: add file upload support.
- FEAT: add todo API sample.
- FEAT: add support for custom exceptions.