Skip to content

Releases: gpslab/gpslab-controller

Release 2.2.0

07 Aug 08:40
Compare
Choose a tag to compare

Changelog (since 2.1.4...2.2.0)

  • feature #3 Add method Controller.register().

Release 2.1.4

07 Aug 07:26
Compare
Choose a tag to compare

Changelog (since 2.1.3...2.1.4)

  • bug #1 Use arrow functions in README.
  • bug #2 Correct version of babel-core in dependencies.

Release 2.1.3

07 Aug 07:51
Compare
Choose a tag to compare

Changelog (since 2.1.2...2.1.3)

  • Optimizes .forEach and .map statements to for stements in ES2015 build.

Release 2.1.2

07 Aug 07:49
Compare
Choose a tag to compare

Changelog (since 2.1.1...2.1.2)

  • Ignore .idea folder.

Release 2.1.1

14 Dec 15:35
Compare
Choose a tag to compare

Changelog (since 2.1.0...2.1.1)

  • Register Controller in window if possible.
  • Not register as CommonJS/Node module or AMD in ECMAScript 2015.

Release 2.1.0

14 Dec 13:41
Compare
Choose a tag to compare

Changelog (since 2.0.1...2.1.0)

  • Argument of Controller.bind() is required.
  • Arguments of Controller.singleBind() and Controller.bind() must be instance of Element.
  • Build minify version of controller.js with gulp.
  • Build ECMAScript 2015 version of framework with gulp.
  • Change Multi controls section in README.md.
  • Add Building section in README.md.

Release 2.0.1

13 Dec 12:02
Compare
Choose a tag to compare

Changelog (since 2.0.0...2.0.1)

  • Correct call static methods.
  • Correct get data-control attribute.

Release 2.0.0

13 Dec 08:57
Compare
Choose a tag to compare

Changelog (since 1.3.0...2.0.0)

  • Update code to ECMAScript 6.
  • Not require jQuery.
  • Remove Locker util.
  • Now not need create a class for controls and implement ControllerControl interface.
  • Now can use anonymous function as controls.
  • The code is packed into one file.
  • Now can be usable as Node.js module.

Release 1.3.0

27 Jan 12:21
Compare
Choose a tag to compare

Changelog (since 1.2.0...1.3.0)

  • Rename method Controller.addControl() to Controller.registerControl().
  • Add method Controller.registerControls().

Release 1.2.0

27 Jan 11:00
Compare
Choose a tag to compare

Changelog (since 1.1.0...1.2.0)

  • Change $.extend() to custom extend() function.