Skip to content

Commit

Permalink
Bump version # to v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Nov 21, 2019
1 parent 1e90e7a commit 632a504
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 26 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ All notable changes to this project will be documented in this file. The format

uibuilder adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v2.0.5...master)
## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v2.0.6...master)


----

## [2.0.6](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v2.0.5...v2.0.6) - 2019-11-21

### Fixed

- Improved detection for projects. Previously if projects _had_ been in use and were then disabled, uibuilder would still think them active.

## Changed

- Add a new example to the library: cacheByTopic - A simple caching example that uses a function node to cache the last msg for each topic & replay them when a client connects.
- Improved initial debug msg in the front-end (if debug=true), shows versions and whether the minimised version of `uibuilderfe` is in use.
- Code safety improvements and tidy up.
- Slight tweak to the default template (VueJS). The button now has an ID and the increment function prints out the event object to console.

## [2.0.5](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v2.0.4...v2.0.5) - 2019-10-04

### Fixed
Expand All @@ -21,8 +34,6 @@ uibuilder adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Switch round some properties in package.json to make it easier to read.
- uibuilderfe: Small tweak to debug output for better analysis. Also outputs both library version AND whether you are running the packed (minified) or unpacked version.



## [2.0.4](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v2.0.3...v2.0.4) - 2019-09-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion nodes/src/uibuilderfe.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (typeof require !== 'undefined' && typeof io === 'undefined') {

//#region ======== Start of setup ======== //

self.version = '2.0.5'
self.version = '2.0.6'
self.debug = false // do not change directly - use .debug() method
self.moduleName = 'uibuilder' // Must match moduleName in uibuilder.js on the server
self.isUnminified = /param/.test(function(param) {})
Expand Down
2 changes: 1 addition & 1 deletion nodes/src/uibuilderfe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 632a504

Please sign in to comment.