Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 11 May 07:59
· 111 commits to main since this release

Commits:

9f85683 (tag: v0.0.1) fix: add release name to binray (os+arch)
865ac14 fix: binary name for release
cb29cd8 fix: edition for cargo
9e9c415 chore: add release pipeline
01ea148 fix: set version and edition
22d8daf chore: GitHub Actions workflow for Rust project
4a0953a docs: fix review findings in docs and README
8905da1 fix(formatter): remove dead Context::Root variant
808acfd (https/master, master) chore: rename project to styl
a98f373 fix: correct 5 critical spec compliance bugs and add missing types/operators
8bd9dfd feat: add lib crate, spec divergence table, fixtures, integration tests
4db03b6 feat(config): .mapboxlintrc TOML discovery and severity override parsing
b31ade5 feat(formatter): canonical key ordering, paint/layout sort, --check mode
8e9080d feat(linter): implement W001-W012 lint rules
7e44a5a feat(expression): add expression AST validator with arity checks and depth warning
8b58904 feat(validator): add root, source, layer, and cross-ref validators
f2b40a0 feat(style): add serde types for Style, Source variants, and Layer
4d247a1 feat: scaffold project with CLI, Diagnostic type, and module stubs