All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2020-10-23
- remove deno std dependency for wasi (
0a7f7bb
)
0.0.2 - 2020-10-21
- use deno.land/x url for mordor (
eaad6d7
) - use raw github url instead (
c0cf0b0
) - use deno.land/x version of sauron (
c72d076
)
0.0.1 - 2020-10-20
- check api now works! (
4410bfa
) - switch over to wasm32-wasi to enable linter (
b16ec7c
) - sauron wasm cli, disable lint to fix errors (
5062a58
) - json serialization of diagnostics! (
f70820c
) - deserialize return value :D (
a76a463
) - initial push of sauron_wasm (HIGHLY WIP and ugly :P) (
0b068f9
) - sauron_fmt (
7885ce4
) - use check_file (
b0034d6
) - add me as co-author (
ec1008a
) - use recommended rules (
c2889b9
) - make linter fs independent (
e39ce4e
) - add check_path and change check_file (
6c7a922
) - add action workflow (
185e015
) - copypaste detector (
e67fb2d
) - add commandline interface (
9385045
) - add has_* rules for structure (
f556c53
) - ✨ Add DiagnosticLevel enum for rules (
b507f61
) - 🍻 Add file structure checking along with no_index and snake_case rules (
a84a548
) - mimic dlint cli (
0326e8c
) - ✨ Generated a simple rust project (
67dea9e
)
- bump vercel deno version (
0465ef1
) - add no-lint header to fix linting (
70878dc
) - see if sauron deps work on main branch (
138fe57
) - replace rule name from _ to - (
fb0377e
) - coverpage and edit link (
3b0626f
) - scope name (
f82274d
) - check_file in sauron_duplicate and sauron_lint (
76242ef
) - use LintContext (
306dc3a
) - update rule impls to use check_path (
a35280c
) - remove old color call (
cde8751
) - supress warnings and format (
74dbb00
) - mimic linting behaviour of deno cli (
019f9b9
)