Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

rev the package version in preparation for publishing #190

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.1-dev
## 0.15.1

- Move `htmlSerializeEscape` to its own library,
`package:html/html_escape.dart`, which is exported from
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![pub package](https://img.shields.io/pub/v/html.svg)](https://pub.dev/packages/html)
[![package publisher](https://img.shields.io/pub/publisher/html.svg)](https://pub.dev/packages/html/publisher)

This is a Dart HTML5 parser.
A Dart implementation of an HTML5 parser.

## Usage

Expand Down
2 changes: 2 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
include: package:lints/recommended.yaml

analyzer:
language:
strict-casts: true
errors:
# https://github.com/dart-lang/linter/issues/1649
prefer_collection_literals: ignore

linter:
rules:
- avoid_dynamic_calls
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: html
version: 0.15.1-dev
version: 0.15.1
description: APIs for parsing and manipulating HTML content outside the browser.
repository: https://github.com/dart-lang/html

Expand Down