Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan committed Oct 21, 2024
1 parent 8c35dc4 commit d258416
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
31 changes: 18 additions & 13 deletions third_party/packages/path_parsing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
## 1.0.2

* Transfers the package source from https://github.com/google/process.dart to
https://github.com/dnfield/dart_path_parsing.

## 1.0.1

- Fix [bug in arc decomposition](https://github.com/dnfield/flutter_svg/issues/742).
- Minor code cleanup for analysis warnings.
* Fix [bug in arc decomposition](https://github.com/dnfield/flutter_svg/issues/742).
* Minor code cleanup for analysis warnings.

## 1.0.0

- Stable release.
* Stable release.

## 0.2.1

- Performance improvements to parsing.
* Performance improvements to parsing.

## 0.2.0

- Stable nullsafe release
* Stable nullsafe release

## 0.2.0-nullsafety.0

- Nullsafety migration.
* Nullsafety migration.

## 0.1.4

- Fix implementation of `_PathOffset`'s `==` operator.
* Fix implementation of `_PathOffset`'s `==` operator.

## 0.1.3

- Fix a bug in decompose cubic curve - avoid trying to call `toInt()` on `double.infinity`
- Bump test dependency.
* Fix a bug in decompose cubic curve - avoid trying to call `toInt()` on `double.infinity`
* Bump test dependency.

## 0.1.2

- Fix bug with smooth curve commands
- Add deep testing
* Fix bug with smooth curve commands
* Add deep testing

## 0.1.1

- Fix link to homepage in pubspec, add example
* Fix link to homepage in pubspec, add example

## 0.1.0

- Initial release, based on the 0.2.4 release of path_drawing
* Initial release, based on the 0.2.4 release of path_drawing
2 changes: 1 addition & 1 deletion third_party/packages/path_parsing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: >
A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG.
repository: https://github.com/flutter/packages/tree/main/third_party/packages/path_parsing
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_parsing%22
version: 1.0.1
version: 1.0.2

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit d258416

Please sign in to comment.