You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change log
2
2
3
+
### 0.3.1 - 2025-02-12
4
+
- Restored custom field support across schemas (CustomNode/Edge/Zone) while aligning required fields with original behavior.
5
+
- Relaxed edges/zones global required lists to let custom features omit `highway` (kept in branch-specific schemas).
6
+
- Enhanced 0.2 compatibility guard: allow `ext:` on nodes, block custom content per dataset with specific messages (e.g., Custom Edge/Point/Polygon), and reject non-point `ext:`.
7
+
- Added schema parity tests and fixtures for custom feature branches and 0.2 vs 0.3 behavior, including guard reason checks.
8
+
- Improved diff tooling/reporting and parity fixtures to cover custom scenarios.
- Enforce the six canonical OSW 0.3 filenames inside datasets; reject non-standard names and detect duplicates/missing required files (with new unit tests).
0 commit comments