Skip to content

Releases: TheNeuronProject/ef.js

v0.9.0

12 Jun 22:27
fa05063
Compare
Choose a tag to compare
1. Added fragment support #12, 2. Added text fragment support #13, 3.…

v0.8.5

06 Jun 16:42
c2b022f
Compare
Choose a tag to compare
Add support for some common XML namespaces —— now SVG fragments shoul…

v0.8.4

02 Mar 19:23
ab8786d
Compare
Choose a tag to compare
1. minor: Unify logs

v0.8.3

28 Feb 19:42
db07693
Compare
Choose a tag to compare
Fix $umount could be called twice issue

v0.8.2

29 Jun 08:22
88b93d6
Compare
Choose a tag to compare

Add a symbol | to support multiline with automatic new line support, no need to add a &n at each line like using . strings.

Example:

>pre
  |If the first line is started with `|`,  it won't be added with `\n` to the beginning.
  . This line of text is following the first line.
  |This starts a new line by automatically adding an `\n` to the beginning of the line.
  |A new line is started.
  |Another new line is started.
  . This follows the previous line. 

v0.8.1

07 May 07:18
87071ff
Compare
Choose a tag to compare
Fix list rendering issue

v0.8.0

02 May 07:12
e6f31a3
Compare
Choose a tag to compare
  1. Hide $element, $parent, $key, __EFPLACEHOLDER__ from component
  2. Add $ctx to component
  3. Expose isPaused & mountOptions to ef

v0.7.2

23 Apr 16:28
42d13b1
Compare
Choose a tag to compare
Fix: common array equality pitfall

v0.7.1

31 Mar 09:41
21152ca
Compare
Choose a tag to compare
Bugs fix w/ adding error handling

v0.7.0

28 Mar 14:38
e11fc72
Compare
Choose a tag to compare
BreakingChange: Subscriptions are now prevented from looping