Skip to content

Releases: ganlanyuan/go-native

Rewrite with ES2015 module

15 Feb 20:53
Compare
Choose a tag to compare
  • Improved: Rewrite with ES2015 module
  • Changed: dependencies to devDependencies

v0.1.0

15 Feb 20:35
Compare
Choose a tag to compare
  • Added: getWidth and getHeight to get element content size. (Without padding, border and margin.)

v0.0.8

15 Feb 20:34
Compare
Choose a tag to compare
  • Update selectivizr source
  • Set different compress options for go-native.min.js and go-native.ie8.min.js.

v0.0.7

15 Feb 20:34
Compare
Choose a tag to compare
  • Fixed: a gulp-uglify compresser issue.

v0.0.6

15 Feb 20:34
Compare
Choose a tag to compare
  • Updated: selectivizr which fixed an issue when using compressed css file.

v0.0.5

15 Feb 20:33
Compare
Choose a tag to compare
  • Fixed: an isInViewport issue.

v0.0.4

15 Feb 20:33
Compare
Choose a tag to compare
  • Fixed: "documentElement.classList" doesn't exist issue in IE8.
  • Removed: version-flags.js

v0.0.3

15 Feb 20:33
Compare
Choose a tag to compare
  • Added: ES5 Date (parse, toISOString, toJSON), Object (create, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, isExtensible, isFrozen, isSealed, preventExtensions, seal) extensions.
  • Improved: re-organize all the files.

v0.0.2

15 Feb 20:33
Compare
Choose a tag to compare
  • Fixed: some syntax issue in ready, append, extend, getOuterWidth, getOuterHeight, getSupportedProp, indexOf, prepend and unwrap.

v0.0.1

15 Feb 20:32
Compare
Choose a tag to compare
  • Fixed: a bower.json issue.