Skip to content

Commit

Permalink
Merge pull request #145 from iLib-js/relnote
Browse files Browse the repository at this point in the history
Added missing relnotes for 14.1.0
  • Loading branch information
ehoogerbeets authored Oct 19, 2018
2 parents 7f7c9a7 + bd9a653 commit c7397ed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes for Version 14
============================

Build 002
-------
Published as version 14.1.0

New Features:
* New top-level entry point
* You can now require("ilib") directly instead of requiring the file that installs the loader. (ie.
ilib/lib/ilib-node.js for node, or ilib/lib/ilib-qt.js for qt, etc.)
* The top-level entry point will figure out which environment it is running in and automatically install
the appropriate loader.
* Allows ilib to run in node or within a webpack bundle without changes
* Allows clients to just require ilib classes directly without first requiring the loader installer

Bug Fixes
* Restored a missing mapping from the the native name for "Japan" to the ISO code "JP" in the nativecountries.json
* Fixes address parsing for Japan

Build 001
-------
Published as version 14.0.0
Expand Down

0 comments on commit c7397ed

Please sign in to comment.