Skip to content

Releases: nwutils/nw-programmatic-folder-select

Clear last value before next use

21 Oct 16:02
Compare
Choose a tag to compare
  • Add a work-around for a bug (nwjs/nw.js#7786)
  • Improve some variable names
  • Did npm audit fix
  • Re-published to npm

General improvements

30 Jul 04:47
b510309
Compare
Choose a tag to compare
  • Improved input validation
  • Fixed a typo that didn't cause a bug, but caused an if statement to always return true
  • Switched from Travis-CI to GitHub Actions
  • Updated devDependencies (ESLint)
  • Re-published to npm

Maintenance and ID namespacing

30 Oct 13:37
Compare
Choose a tag to compare
  • Better namespace the element ID from #nwdirectory to #nw-programmatic-folder-select
  • Improve documentation in README
  • Add the "No Ideologies" Code of Conduct
  • Updated devDependencies (ESLint)
  • Re-published to npm

Support for all NW.js versions

02 Aug 01:29
Compare
Choose a tag to compare
  • Tested support for NW.js v0.12.3, v0.14.7, and v0.40.0
  • Added screenshots
  • Re-published to npm

Correct typo

02 Aug 00:07
Compare
Choose a tag to compare

Tiny typo, yet pretty crucial

  • module.export => module.exports

Initial Release

01 Aug 23:21
1939b2f
Compare
Choose a tag to compare
  • Error handling to prevent throwing
  • Invalid argument type checking with friendly helper warnings
  • Basic and Advanced API examples documented
  • Linting and Travis-CI set up
  • Published to npm