Releases: atlasland/atlas
Releases · atlasland/atlas
v0.6.0
v0.5.2
v0.5.1
v0.5.0
What's Changed
- BREAKING(error): remove MissingArgumentError by @gabeidx in #18
- feat(error): make error message optional on BaseError by @gabeidx in #21
- test(log): improve test descriptions by @gabeidx in #17
- test(error): improve test descriptions by @gabeidx in #19
- docs(error): remove reference to non-implemented error classes by @gabeidx in #20
- chore: update std dependencies to 0.152.0 by @gabeidx in #16
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- 5adfac6 style: update indentation on lock.json
- 79d14a3 chore(log): ignore missing await in console test
- 58835c0 chore(log): ignore necesary any in log record
- 3c8d966 BREAKING(log): make console handler target async
- 9d305b8 feat(log): add initial support for rest args on LogRecord
- b6d8dd7 BREAKING(log): rename LogRecord timestamp to datetime
- b94bbc5 feat(log): colorize critical level logs as magenta in console
- 2304078 feat(log): colorize alert level logs as brightRed in console
- 5b57f60 style: convert indentation from spaces to tabs
- a6f55ad docs(error): add error module readme
- 4738f3f feat(error): add MissingArgumentError
- fb21634 feat(error): add error module
- d235bdf ci: update actions/cache to v3
- 59933e4 ci: update actions/checkout to v3
- c065fb8 ci: remove unnecessary step names
- e8a2dac chore(website): add theme-color meta tags
- 33d1b88 chore(website): add temporary logo and favicon
- 2e36612 chore(website): add crude support for dynamic props from pages
- 93e698c chore(website): move get-started page to /docs
- ddff380 chore: remove experimentalDecorators from deno.json
- 91a2fd1 fix(website): missing repeated layout props value
- 5ebdb60 chore(website): move pages to /pages
- ce6456f chore(website): add /docs page
- 4466bbd chore(website): add deep link support for /api routes
- 4ec224f chore(website): redirect /api to doc.deno.land
- b2441fa style(website): add blank line between metadata and code
- fcc6b64 chore(website): improve 404 page copy
- 2db0b29 chore(website): remove community page
- 5705404 chore(website): add dev task for local development
- b9d4415 chore(website): remove unnecessary route handling for homepage
- 41abeae fix(website): incorrect payload for /public asset requests
- 9eb1cc2 chore(website): update color scheme and add warning
- 382da8c docs(examples): add initial examples page
- 1c915ad docs: replace blog with changelog on readme
- 6c1da02 chore(website): add rudimentary router an pages
- e228862 chore(website): add barebones homepage
- c6a65f4 chore: tidy up readme header
- 0e5a69f docs: update readme usage warning for production
- f3c1c50 fix(cli): error type on catch
- 30e796f test(log): fix level access on LogLevel assertion
- 4707736 deps: update std to 0.144.0
- 9e9b98a chore: add --no-check to test and cache tasks
- 3e4da9c chore: move compilerOptions to deno.json
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat(log): rename
LogMessage
toLogRecord
for consistency with std (ce3d9a7) - feat(log): update default colour for error level (cb3b256)
- feat(log): update default colour for emergency level (b2d95b0)
- feat(log): adds logger name support to console handler (fcae0f4)
Full Changelog: v0.2.1...v0.3.0