Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Releases: joseluisq/prelodr

v2.1.0

05 Jan 19:57
Compare
Choose a tag to compare
Version 2.1.0

v2.0.1

03 Dec 07:14
Compare
Choose a tag to compare

v2.0.0

27 Nov 06:59
Compare
Choose a tag to compare

Welcome to the new v2!

This version has many significative changes and performance improvements.
But basically, the previous functionality is preserved (v1).

Changelog

  • Both in() and out() methods was replaced in favour of show() and hide() respectively.
  • Now show('<b>HTML</b>') method supports HTML string. [#23]
  • CommonJS, AMD and browser (via bower) support.
  • Now dist directory has the production source code.
  • Directory structure improvememnts.

Prelodr v1.0.9

16 Aug 21:12
Compare
Choose a tag to compare

Issue #12 fixed

Prelodr v1.0.8

21 Jul 17:27
Compare
Choose a tag to compare

Issue #8 fixed

Prelodr v1.0.7

27 Jun 01:08
Compare
Choose a tag to compare

Final v1.x.x release

Prelodr v1.0.6

17 Nov 17:53
Compare
Choose a tag to compare

Prelodr v1.0.5

09 Nov 05:39
Compare
Choose a tag to compare

Fixes

  • Solved issue #4.
  • Solved issue #5.

Improvements

  • Source code has been re-written in ES6 with Babel transpiler.
  • Testing has been re-written in ES6.
  • Testing framework changed to Tape.
  • ES6 coverage with isparta.
  • DOM framework changed to jsdom for testing.
  • Added Gulp with ES6 tasks.

Prelodr v1.0.4

30 Jul 05:15
Compare
Choose a tag to compare
  • Changed Testing to Karma.
  • Added Coveralls.
  • Fixed in() and out() issue #3
  • Fixed some minor issues for chaining.

Prelodr v1.0.2

22 May 05:24
Compare
Choose a tag to compare
  • Fixed call concurrence to out() method.
  • Changed JSHint to JSCS code style.
  • Dependencies updated for npm and bower.
  • Load tasks improvements.
  • Added SCSS progressbar editable color variables.
  • Friendly documentation.