Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.1 #112

Merged
merged 6 commits into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic

## [Unreleased]

## [1.0.1] - 2021-10-15
- Created a tutorial for using phyx.js, including:
- PR #99: Add tutorial.
- PR #103: Improve integration of the tutorial.
- PR #109: Add resolve.js instructions to Introduction tutorial.
- Improvements to README files, including:
- PR #108: Added links to published JSON-LD contexts and JSON schemas.
- PR #110: Added note that Binder cannot be used.
- PR #111: Changes link to tutorials to directory.
- PR #106: Fixed typo in resolve.js.
- Updated timeout to 60s as 20s was timing out on GitHub Actions.
- Updated NPM packages and resorted packages in package.json.

## [1.0.0] - 2021-03-16
- Many changes across the entire library.
- Two new scripts: `bin/phyx2owl.js` for converting a Phyx file into OWL/JSON-LD
Expand Down Expand Up @@ -40,7 +53,8 @@ release of this package was based on [commit 14d2c3d5d1] in that repository.
- Replaced references to the [phylotree] library with the [newick-js] library.
- Made other changes to the initial code as needed to work as an independent NPM package.

[Unreleased]: https://github.com/phyloref/phyx.js/compare/v0.2.0...master
[Unreleased]: https://github.com/phyloref/phyx.js/compare/v1.0.1...master
[1.0.1]: https://github.com/phyloref/phyx.js/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/phyloref/phyx.js/compare/v0.2.1...v1.0.0
[0.2.1]: https://github.com/phyloref/phyx.js/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/phyloref/phyx.js/compare/v0.1.2...v0.2.0
Expand Down
Loading