Skip to content
Success

Changes

Summary

  1. Added publishing configs (commit: 406d222) (details)
  2. Resolved a bug on a parsering logic - text event was supposed to be logged when text is read before starting a tag (commit: 7d7f4e5) (details)
  3. Added tests and bumped version (commit: b70c7f6) (details)
  4. Minor parsing fixes (commit: fc17806) (details)
  5. Bumped version (commit: e73c048) (details)
  6. Add function signatures for cdsect and flush on XmlSerializer (commit: 84c3765) (details)
The file was modifiedbuild.gradle (diff)
The file was modified.gitignore (diff)
Commit 7d7f4e557884d5b358c5babeea9a37613c7f6e74 by lkileha
Resolved a bug on a parsering logic - text event was supposed to be logged when text is read before starting a tag
(commit: 7d7f4e5)
The file was addedsrc/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt
The file was modifiedsrc/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt (diff)
The file was removedsrc/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImplTest.kt
Commit b70c7f64db420c79568f552477618cc3d0778b9e by lkileha
Added tests and bumped version
(commit: b70c7f6)
The file was modifiedsrc/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt (diff)
The file was modifiedsrc/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserException.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt (diff)
The file was modifiedsrc/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParser.kt (diff)
The file was modifiedsrc/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserJsImpl.kt (diff)
The file was modifiedsrc/jsTest/kotlin/com/ustadmobile/xmlpullparserkmp/XmlPullParserFactoryTest.kt (diff)
The file was modifiedbuild.gradle (diff)
Commit 84c3765f4eab2a77ad23635e79d322390bd409e0 by Mike Dawson
Add function signatures for cdsect and flush on XmlSerializer
(commit: 84c3765)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/jsMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt (diff)
The file was modifiedsrc/commonMain/kotlin/com/ustadmobile/xmlpullparserkmp/XmlSerializer.kt (diff)