Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jan 26, 2024
1 parent 2d338da commit 8ef70b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
`package:web` (see [renames.md](tool/renames.md)).
- Migrate classes to use interop extension types that implement `JSObject`.
- Include MDN API documentation as class and member dartdoc comments.
- Documentation text from the MDN Web Docs project
(https://developer.mozilla.org/en-US/docs/Web); attributions and copyright
licensing by Mozilla Contributors is licensed under CC-BY-SA 2.5
(https://creativecommons.org/licenses/by-sa/2.5/).
- Docs sourced from the [MDN Web Docs][] project; attributions and copyright
licensing by Mozilla Contributors is licensed under [CC-BY-SA 2.5][].

[MDN Web Docs]: https://developer.mozilla.org/en-US/docs/Web
[CC-BY-SA 2.5]: https://creativecommons.org/licenses/by-sa/2.5/

## 0.4.2

Expand Down
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ analyzer:
errors:
# 43 instances in generated code.
camel_case_types: ignore
# 1,481 instances in the MDN docs.
# 420 instances in the MDN docs.
comment_references: ignore
# 14 instances in the MDN docs.
lines_longer_than_80_chars: ignore
Expand Down

0 comments on commit 8ef70b6

Please sign in to comment.