Skip to content

Releases: Camplejs/Cample.js

version 3.2.0-alpha.10

12 Feb 09:29
7adc763
Compare
Choose a tag to compare
  • Updating dependencies

version 3.2.0-alpha.8

11 Feb 15:59
Compare
Choose a tag to compare
  • code performance improvement

version 3.2.0-alpha.7

30 Jan 18:46
Compare
Choose a tag to compare

3.2.0-alpha.7

  • code performance improvement

version 3.2.0-alpha.6

29 Jan 00:04
Compare
Choose a tag to compare

3.2.0-alpha.6

  • code performance improvement

version 3.2.0-alpha.5

25 Jan 19:07
7e2d194
Compare
Choose a tag to compare

3.2.0-alpha.5

  • update README file

version 3.2.0-alpha.4

25 Jan 12:23
5808133
Compare
Choose a tag to compare

3.2.0-alpha.4

  • Update README file

Version 3.2.0-alpha.3

17 Jan 20:14
Compare
Choose a tag to compare

3.2.0-alpha.3

  • bug fix

Version 3.2.0-alpha.2

16 Jan 21:46
Compare
Choose a tag to compare

3.2.0-alpha.2

  • bug fix

Version 3.2.0-alpha.1

10 Jan 08:23
Compare
Choose a tag to compare

3.2.0-alpha.1

  • Fixed a bug with values (space regex)

Version 3.2.0-alpha.0. New alpha version of the Cample.js!

08 Jan 20:29
e7afc56
Compare
Choose a tag to compare

3.2.0-alpha.0

This release is another step towards a full-fledged production product! What was done in this release:

  • Removing the elements functionality in script options. Now, just an element comes into the properties, which allows you to expand the capabilities of the framework and not duplicate js functionality
  • Adding functionality for creating functions in Each as in Component
  • Support values in Component as in Each
  • Enhanced ability to create conditions for dynamic values that are defined in values. Now, we are testing parsing a full chain of conditions with dozens of variables, as if it were written in vanilla js
    "(a && b) || !(c && !!d)":"currentDynamicValue"
  • Fixing a large number of bugs related to the framework.

And other, smaller changes.