Skip to content

Loadgo v3.0.0

Choose a tag to compare

@franverona franverona released this 23 Mar 12:07
· 36 commits to main since this release
  • Dropped jQuery < 4 support; updated for jQuery 4 breaking changes ($.inArray, $.removeData, .load() event shorthand).
  • Released pure JavaScript version as the primary no-dependency alternative.
  • Replaced Grunt build with npm scripts + terser; minified files now output to dist/.
  • Removed Bower support.
  • Migrated source to ES6+: const/let, arrow functions, template literals, spread operator.
  • Added ESLint (flat config), Prettier, Husky, lint-staged, and commitlint.
  • Removed IE-specific code and polyfills.
  • Migrated tests from browser-based Mocha to CLI-based Vitest + jsdom (npm test).
  • Fixed bugs in destroy (incorrect splice call and wrong argument to removeChild), loop, and stop methods.