Releases: metanorma/pubid-iso
Releases · metanorma/pubid-iso
v0.7.7
v0.7.6
v0.7.5
v0.7.0
v0.6.1
v0.6.0
What's Changed
- Examples cd by @mico in #223
- Parse "Extract" identifiers by @mico in #222
- Add identifiers examples from latest ISO standards update by @mico in #225
- Parse identifiers using unicode hyphen by @mico in #226
- Parse Draft Addenda by @mico in #228
- Parse ISO DP "Draft Proposal" by @mico in #227
- Parse ISO FCD by @mico in #229
- Add rubygems badge by @mico in #230
- Remove unnecessary dependencies by @mico in #232
- Move roman to integer conversion to pubid-core by @mico in #233
- feat: Added transformation rules for part and number by @HassanAkbar in #234
- Preserve copublishers order by @mico in #235
New Contributors
- @HassanAkbar made their first contribution in #234
Full Changelog: v0.5.2...v0.6.0
v0.5.3
v0.5.2
v0.4.0
What's Changed
- Fix typed stage rendering by @mico in #159
- Make "IS" type default by @mico in #160
- chore: cleanup publisher rendering by @ronaldtse in #161
- Move different identifier's types to separate classes by @mico in #162
- Add missing typed stages: FDPAS, DGuide, FDGuide. Update harmonized stage codes. by @mico in #170
- Parse and render ISP type by @mico in #171
- Update Typed Stages for Guide by @mico in #174
- Fix #typed_stage_abbrev and typed_stage_name output for normal stages by @mico in #169
- Parse and render TTA type by @mico in #172
- Parse and render IWA type by @mico in #173
- Raise an error when cannot parse identifier from title by @mico in #175
- Parse "Suppl" ISO PubIDs by @mico in #177
- Update usage examples in README by @mico in #168
- feat: Add test for "ISO/IEC FDIS 23090-14/DAmd 1", fixes #178 by @ronaldtse in #179
- feat: incorporate test for "ISO/IEC FDIS 23008-1/WD Amd 1", fixes #150 by @ronaldtse in #180
- Add ISO old style Recommendation/Guide pubids by @ronaldtse in #185
- Move "stage" and "harmonized stage code" to pubid-core by @mico in #186
- Add more tests for recommendations type by @mico in #187
- Add tests on addendum for recommenation creation by @mico in #198
- Add root identifier accessor by @mico in #190
- Add documentation on identifier's type by @mico in #194
- Add tests on supplements creation by @mico in #197
- feat: update README by @ronaldtse in #199
- Resolve typed stage by provided harmonized code by @mico in #201
- Remove publisher from amendment and corrigendum part of URN by @mico in #202
- Fix PRF stage typed stage name and abbreviation for IS type by @mico in #200
- Supplement stage fix by @mico in #204
- Add tests for non-IS PubIDs that use PRF typed stage by @mico in #205
- Render addendum for all types (not only recommendation) by @mico in #208
Full Changelog: v0.3.1...v0.4.0