Skip to content

Commit f50cc2b

Browse files
committed
Bump version to 1.0.1, add a changelog
1 parent 3450f23 commit f50cc2b

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
Versioning of this project adheres to the [Semantic Versioning](https://semver.org/spec/v2.0.0.html) spec.
6+
7+
## [1.0.1]
8+
9+
Released 2025-03-22
10+
11+
- Fixed a bug that could cause a parse error if the changeset XML did not
12+
contain one of the `TYPED_ATTRS` fields (`id`, `uid`, `min_lon`, `min_lat`,
13+
`max_lon`, `max_lat`, `comments_count`, `changes_count`, `open`). Instead,
14+
if one of these fields is missing in the XML, it will also be missing in
15+
the parsed object, allowing callers to decide how best to handle it.
16+
17+
## [1.0.0]
18+
19+
Released 2024-09-09
20+
21+
Initial release.
22+
23+
[1.0.1]: https://github.com/OSMCha/osm-changeset-xml-parser/releases/tag/v1.0.1
24+
[1.0.0]: https://github.com/OSMCha/osm-changeset-xml-parser/releases/tag/v1.0.0
25+

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmcha/osm-changeset-xml-parser",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Parse OpenStreetMap Changeset metadata XML documents",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)