Skip to content

Releases: nthachus/jquery-spellchecker

0.3.2

19 Feb 19:14
Compare
Choose a tag to compare
  • Make source code compatible with PHP 5.3
  • Optimize Unit-Tests for PHP source code

0.3.1

24 Jan 15:15
Compare
Choose a tag to compare
  • Restore property spellCheckerIndex of SpellChecker JS class

0.3.0

24 Jan 09:12
Compare
Choose a tag to compare
  • Use NPM package findAndReplaceDOMText 0.4 instead of embedded code
  • Update deprecated Google driver class to use Google suggestion service
  • Add PHPSpellCheck driver class to allow to check spelling with PHP native code
  • Implement unit-tests for all PHP classes using PHPUnit

0.2.4

15 Jan 11:22
Compare
Choose a tag to compare
  • Untrack /vendor and /node_modules folders from Github
  • Remove needless /archive folder from Github
  • Folder /dist should only contain compiled JS, CSS files
  • Apache .conf file is not source code -> should be removed
  • Move /src/examples folder to the root of project
  • Use jQuery, Jasmine libraries from CDN to run unit-test /tests/javascript/spellchecker.html
  • Merge file jquery.spellchecker.json to package.json
  • Update grunt.js libraries
  • Improve PHP web-service to handle request/response better
  • Correct CSS overflow property
  • Correct spelling for comments in JS files
  • Correct all HTML files of examples