Update changelog for 1.1.0 and update package version.
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 26 Mar 2021 16:22:51 +0000 (12:22 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 26 Mar 2021 16:22:51 +0000 (12:22 -0400)
doc/changes.md
package.json

index 542bb1ff30faef6aa6b39e25d44fe6acdd1b9087..7331afb8e713546f9a8e02af7bade27500690f10 100644 (file)
@@ -1,5 +1,10 @@
 # ustaxviewer Change Log
 
+## 1.1.0
+- Disable live reload.
+- Store the currently-viewed form name in the URL.
+- Format form values using the new ustaxlib FormatType specifiers.
+
 ## 1.0.2
 - Fix the Graphviz viewer.
 - Split chunks in WebPack.
index fd926970b2ac5fad9ac17313a795c14a333a4d64..75eece440a4ac9dd63933bde3f1fd04e85b5a0b9 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ustaxviewer",
-  "version": "1.0.2",
+  "version": "1.1.0",
   "description": "HTML form viewer for ustaxlib.",
   "repository": "https://github.com/rsesek/ustaxviewer",
   "main": "./dist/src/index.js",