Releases: gpslab/gpslab-controller
Releases · gpslab/gpslab-controller
Release 2.2.0
Changelog (since 2.1.4...2.2.0
)
- feature #3 Add method
Controller.register()
.
Release 2.1.4
Changelog (since 2.1.3...2.1.4
)
Release 2.1.3
Changelog (since 2.1.2...2.1.3
)
- Optimizes
.forEach
and.map
statements tofor
stements in ES2015 build.
Release 2.1.2
Changelog (since 2.1.1...2.1.2
)
- Ignore
.idea
folder.
Release 2.1.1
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
Changelog (since 2.0.1...2.1.0
)
- Argument of
Controller.bind()
is required. - Arguments of
Controller.singleBind()
andController.bind()
must be instance ofElement
. - Build minify version of
controller.js
withgulp
. - 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
Changelog (since 2.0.0...2.0.1
)
- Correct call static methods.
- Correct get
data-control
attribute.
Release 2.0.0
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
Changelog (since 1.2.0...1.3.0
)
- Rename method
Controller.addControl()
toController.registerControl()
. - Add method
Controller.registerControls()
.
Release 1.2.0
Changelog (since 1.1.0...1.2.0
)
- Change
$.extend()
to customextend()
function.