Skip to content

Commit

Permalink
Bug fixes to handle comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Electric Bolt committed Jan 14, 2025
1 parent 744ec1e commit 123229f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.4.1
- Bug fix to handle multi line comments (PR#5).
- Updated dependencies in pubspec.yaml.

#### 1.4.0
- Updated dependencies in pubspec.yaml.

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: propertylistserialization
description: iOS compatible plist serialization and deserialization library for Dart.
version: 1.4.0
version: 1.4.1
homepage: https://github.com/electricbolt/dartpropertylistserialization

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
convert: ^3.1.1
convert: ^3.1.2
xml: ^6.5.0

dev_dependencies:
lint: ^2.3.0
test: ^1.25.8
test: ^1.25.14
1 change: 1 addition & 0 deletions test/xmlpropertylistreader_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ void main() {
<!-- test -->
<key>com.apple.security.app-sandbox</key>
<!-- Hello! -->
<!-- And another comment -->
<true/>
<!--
A multiline comment
Expand Down

0 comments on commit 123229f

Please sign in to comment.