1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
URI-NamespaceMap
================
Created: 2012-08-27
Home page: <https://metacpan.org/module/URI::NamespaceMap>
Bug tracker: <https://github.com/kjetilk/URI-NamespaceMap/issues>
Maintainer: Kjetil Kjernsmo <kjetilk@cpan.org>
Maintainer: Gregory Todd Williams <gwilliams@cpan.org>
Maintainer: Chris Prather (PERIGRIN) <chris@prather.org>
1.12 2024-01-11 Add new automations and small fixes.
- Added: Add explicit DESTROY.
Zakariyya Mughal++
- Removed: Remove Travis CI.
Zakariyya Mughal++
- Updated: Add new Github CI automations.
1.10 2019-11-20 Add more coercions.
- Added: Add coercions for RDF::Trine and Attean classes.
- Added: Bring Namespace.pm test coverage to 100%.
1.08 2019-04-15 Add local_part method.
- Added: Add local_part method to URI::Namespace.
1.06 2018-01-27 Add each_map method.
- Added: Add each_map method
- Added: Check for Iri in scrubber
1.04 2017-07-08 Append a hash to only to XSD URIs.
[ Bug Fixes ]
- Partly revert fix in 1.02, now only append a hash to the XML Schema URI
(closes issue #14).
1.02 2017-06-21 Append a hash to URIs needing it.
[ Bug Fixes ]
- When adding local names, check if namespace ends in hash or slash, and
append hash if not.
1.00 2017-01-18 Check prefixes so they don't conflict with existing methods.
- Added: Prefixes that will conflict with existing methods will throw an
error.
kwakwa++
- Improve the BUILDARGS code.
Chris Prather++
- Minor cleanups.
- Removed: Remove strict/warnings pragmas where Moo is used.
kwakwa++
0.32 2016-12-29 New guessing method and improved diagnostics.
[ Bug Fixes ]
- Rework some tests that fails in strange ways.
[ Other ]
- Added: Add method for adding guesses post-construction.
- Use carp instead of warns.
0.30 2016-02-12 Test bugfix.
[ Bug Fixes ]
- Remove a test because toolchain makes it hard to get the correct
version.
0.28 2015-09-23 Bugfix release.
[ Bug Fixes ]
- Had forgotten to update error messages.
0.26 2015-09-01 Support for RDF::NS::Curated.
- Support for RDF::NS::Curated.
0.24 2014-12-10 Improve documentation.
[ Bug Fixes ]
- Use a string comparison in failing test.
[ Other ]
- Improve documentation, autoloader.
- Reindent using Emacs smart-tabs.
- Some code cleanup.
0.22 2014-10-15 Clean up source tree.
- Clean up source tree.
0.21 2014-10-05 Fix missing Changes.
[ Bug Fixes ]
- Fix missing Changes.
0.20 2014-10-05 Moo refactoring.
- Added: Warn the user when they have too old RDF::NS but not in automated
tests.
- Convert packaging to Dist::Inkt.
Toby Inkster++
- Port to Moo.
Toby Inkster++
0.12 2014-09-29 Support IRI module.
[ Bug Fixes ]
- Silence warnings when URI doesn't have local part.
[ Other ]
- Added: Link Debian packages in metadata.
- Added: Support the new IRI module.
Gregory Todd Williams++
- Added: Use Types::URI.
- Added: Warn the user in test when they have too old RDF::NS.
0.10 2014-05-21 Compatibility with RDF::Trine::NamespaceMap.
- Added: Make it possible to send local part to the uri method of
URI::Namespace.
Chris Prather++
0.08 2014-05-19 Prefix guessing.
[ Bug Fixes ]
- Fix breakage in terms with hyphens.
Dorian Taylor++
[ Other ]
- Added: Prefix guessing using RDF::NS, RDF::Prefixes or XML::CommonNS.
0.06 2012-11-28 Bugfix release.
[ Bug Fixes ]
- URI::Namespace must be used from URI::NamespaceMap.
0.04 2012-10-23 Reverse lookups.
- Added: Adding reverse lookups, i.e. abbreviation and prefix_for.
Dorian Taylor++
- Stop using blank node in makefile.ttl to fix version_from.
0.02 2012-08-30 Minor bugfixes.
0.01 2012-08-28 Initial release.
|