Skip to content

Releases: dgarijo/Widoco

WIDOCO 1.4.15: Major bug fixes

26 Jun 11:39
36a897d
Compare
Choose a tag to compare

This release addresses the following problems:

  • fixed return types for jsonld and rdf (#454)
  • fixed small caps issue for case sensitivity files in Unix (#455)
  • fix wrong metadata in prefix (#453)
  • Incorporated previous prereleases fixes.

All bugs fixed in this release can be found here

WIDOCO 1.4.15_1 (pre-release): Namespace prefixes fixes and WebVowl update

14 Dec 04:18
07d138b
Compare
Choose a tag to compare

This pre-release fixes issues regarding namespace prefixes (now they will be rad directly from the ontology instead of using LODE); it updates WebVOWL to the latest version (which let's you change the settings in your visualization)

More information on the addressed issues can be seen in: https://github.com/dgarijo/Widoco/milestone/2?closed=1

WIDOCO 1.4.15 (pre-release): Bug fixes and FAQ

19 Jul 23:11
5fba712
Compare
Choose a tag to compare

(This is a pre-relase. For more information about the next release see https://github.com/dgarijo/Widoco/milestone/2)
This pre-release of WIDOCO fixes some bugs and adds a FAQ for common questions posted as issues. In particular, this solves:

  • External links will now open in another window instead of appearing dotted.
  • Fixed issue that made the index not be generated when including all the sections in a single html.
  • Added a FAQ explaining why by default the documentation cannot be seen locally.
  • Added a FAQ regarding how to use markdown on class definitions.
  • Error with a missing path when the CLI was run, which resulted in the /sections folder not being generated.
  • Fixed a typo in acknowledgments
  • Fixed typo in schema.org snippet.
  • Fixed a few URLs from http -> https

WIDOCO 1.4.14: Multiple updates and bug fixes

25 May 04:02
8c8e222
Compare
Choose a tag to compare

This version of WIDOCO updates some of the web services used:

  • Updated a comprehensive --help command.
  • Reviewed metadata properties (added incompatibleWith)
  • Removed JENA dependencies (now only OWLAPI is used)
  • Unified logging (now only SLF4J is used).
  • Fixed pointers in WIDOCO guidelines.
  • Updated OOPS! webservice call.
  • Fixed invalid ttl file when generating the provenance of a documentation.

WIDOCO 1.4.13: Linking evaluation in documentation

12 Jan 22:25
65d03f2
Compare
Choose a tag to compare

This version of WIDOCO removes a few of unused dependencies and, if desired, shows a link to the OOPS! evaluation generated in the documentation. Before, this link had to be added manually.

Thanks to @HaydarAk for the suggestions on how to show it in the main page.

WIDOCO 1.4.12: Big fixes and new configurations

27 Oct 03:56
bd087af
Compare
Choose a tag to compare

This version of WIDOCO addresses the following issues (thanks to @pmcb55 for his contributions!!)

  • #354: The page would display centered in the visualization instead of the element loaded.
  • #362: Upgraded to latest version of OWL API
  • #361: Allowed adding a "-uniteAllSections" flag that will print all sections on the same document. Hence, dynamic loading will be removed.
  • Tidying up PROV rendering.
  • Small typo fixes in the default html

WIDOCO 1.4.11: Better logging and bug fixes

26 May 23:55
8682a99
Compare
Choose a tag to compare

This version of WIDOCO integrates the pull requests from @seralf to improve logging and simplify dependencies.
In addition, it addresses the following issues:

  • #344: Now double "#" errors have been removed from changelog.
  • #350: Fixed an issue in which the references would overwrite the main section

WIDOCO 1.4.10: Pull requests, updates and bug fixes

29 Apr 00:31
318ff5e
Compare
Choose a tag to compare

This version of WIDOCO incorporates pull requests from @seralf and @jgeluk (updating to the latest version of WebVowl) and fixes the following issues:

  • #333 Now if there is an error in one of the imports the application will continue running instead of failing.
  • #217 Now the changelog can be expanded and collapsed, which makes it easier to navigate
  • #313 A link will be added in the index page if provided in the config file (using contextURI="YOUR URL")
  • #339 Now WIDOCO will generate the folders four your htaccess file as well.

In addition, now the base encoding is UTF-8.

WIDOCO 1.4.9: Supporting schema.org

24 Feb 00:30
e2c2d29
Compare
Choose a tag to compare

This version of WIDOCO addresses the following:

  • #274: Now WIDOCO will include the domain and range if you use schema:domainIncludes and schema:rangeIncludes to declare it in your object properties or data properties with . Note that WIDOCO still does not support plain rdf:Property.
  • Reduced the level of logging

WIDOCO 1.4.8: Logging and automated citation

11 Feb 03:38
c2308f9
Compare
Choose a tag to compare

This release of WIDOCO includes:

  • Fixes from @jgeluk to do proper logging.
  • Fix #264: now an automated citation will be produced for your ontology by default (if the appropriate metadata is there: creators, revision, and URL (this version)
  • JenaCatalogIRIMapper now supports Jena's ont-policy.rdf file to resolve imports with local files
  • Fixed #321, now WIDOCO uses a more recent version of OWL API