Skip to content
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.

Releases: ilmente/mnTouch

Version 1.3.2

06 May 14:07
Compare
Choose a tag to compare

1.3.2

  • minor bugfixes

1.3.1

  • example code updated
  • README updated

Version 1.3.0

05 May 17:10
Compare
Choose a tag to compare
  • new hold engine system (more accurate)
  • event returns times (start, end and duration)
  • event object normalized (tap and other events return the sam event object)
  • example code updated
  • test folder is now example (test will be used for tests - coming soon)
  • package.json edited:
    • added uglify-js devDependency
    • added npm run build task for minifing the code
    • main property addresses dist/mn-touch.js
  • bower.json edited:
    • main property addresses dist/mn-touch.min.js
  • dist folder added (with normal and compressed version with source map)
  • src folder added
  • README updated

Version 1.2.5

22 Jan 09:50
Compare
Choose a tag to compare
  • CHANGELOG added
  • minor bugfixes

Version 1.2.3

19 Jan 15:52
Compare
Choose a tag to compare
  • bower.json updated
  • package.json added