json_serializable_lints 0.2.1
json_serializable_lints: ^0.2.1 copied to clipboard
Dart custom lint rules for json_serializable package.
Changelog #
0.2.1 #
- update topics and readme
0.2.0 #
- Relax toJson/fromJson signature validation by @onspli in https://github.com/leithmail/json_serializable_lints_dart/pull/2
- Add
require_from_json_annotation_rulelint rule by @onspli in https://github.com/leithmail/json_serializable_lints_dart/pull/3
0.1.3 #
- test: add tests
- fix:
fromJsonparameter name can be arbitrary
0.1.2 #
- docs: update readme
0.1.1 #
- chore: fix workflow and metadata
0.1.0 #
- ci: setup workflows
0.0.1 #
- feat: require_json_serializable_from_json rule
- feat: require_json_serializable_to_json rule