Skip to content

Releases: Camplejs/Cample.js

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.

Version 3.2.0-beta.8

18 Dec 21:38
Compare
Choose a tag to compare

Code performance improvement

Version 3.2.0-beta.7

13 Dec 12:43
bcb6ea0
Compare
Choose a tag to compare
  • Reworking the code for assembling templates
  • Code performance improvement

Version 3.2.0-beta.6

19 Nov 21:06
Compare
Choose a tag to compare
  • Reworking the code for assembling templates
  • Bug fixes
  • Overall code performance improvement

Version 3.2.0-beta.5

02 Nov 04:33
Compare
Choose a tag to compare
  • Bug fixes
  • Raising speed