Change Log

All notable changes to this project are documented in this file. This project adheres to Semantic Versioning.

9.0.4 - 2017-08-16

9.0.3 - 2017-08-15

9.0.2 - 2017-08-15

9.0.1 - 2017-06-19

9.0.0 - 2017-05-05

8.2.2 - 2016-04-08

8.2.1 - 2016-04-07

8.2.0 - 2016-04-01

8.1.0 - 2016-03-29

var result = '';

builder.begin(function(chunk) { result += chunk; })
  .dec()
  .ele('root')
    .ele('xmlbuilder').up()
  .end();

8.0.0 - 2016-03-25

7.0.0 - 2016-03-21

6.0.0 - 2016-03-20

5.0.1 - 2016-03-08

5.0.0 - 2016-03-05

4.2.1 - 2016-01-15

4.2.0 - 2015-12-16

4.1.0 - 2015-11-11

root.ele({ number: [ "one", "two"  ]});
// with separateArrayItems: true
<number>
  <one/>
  <two/>
</number>
// with separateArrayItems: false
<number>one</number>
<number>two</number>

4.0.0 - 2015-11-01

3.1.0 - 2015-09-19

3.0.0 - 2015-09-10

2.6.5 - 2015-09-09

2.6.4 - 2015-05-27

2.6.3 - 2015-05-27

2.6.2 - 2015-03-10

2.6.1 - 2015-02-20

2.6.0 - 2015-02-20

2.5.2 - 2015-02-16

2.5.1 - 2015-02-09

2.5.0 - 2015-00-03

2.4.6 - 2015-01-26

2.4.5 - 2014-11-15

2.4.4 - 2014-09-08

2.4.3 - 2014-08-13

2.4.2 - 2014-08-13

2.4.1 - 2014-08-12

2.4.0 - 2014-08-04

2.3.0 - 2014-07-17

2.2.1 - 2014-04-04

2.2.0 - 2014-04-04

2.1.0 - 2013-12-30

2.0.1 - 2013-12-24

2.0.0 - 2013-12-24

1.1.2 - 2013-12-11

1.1.1 - 2013-12-11

1.1.0 - 2013-12-10

1.0.2 - 2013-11-27

1.0.1 - 2013-11-27

1.0.0 - 2013-11-27

0.4.3 - 2013-11-08

0.4.2 - 2012-09-14

0.4.1 - 2012-08-31

0.4.0 - 2012-08-31

0.3.11 - 2012-08-13

0.3.10 - 2012-08-13

0.3.3 - 2012-07-27

0.3.2 - 2012-07-20

0.3.1 - 2011-11-28

0.3.0 - 2011-11-28

0.2.2 - 2011-11-28

0.2.1 - 2011-11-28

0.2.0 - 2011-11-21

0.1.7 - 2011-10-25

0.1.6 - 2011-10-25

0.1.5 - 2011-08-08

0.1.4 - 2011-07-29

0.1.3 - 2011-07-27

0.1.2 - 2011-06-03

0.1.1 - 2011-05-19

0.1.0 - 2011-04-27

0.0.7 - 2011-04-23

0.0.6 - 2011-02-23

0.0.5 - 2010-12-31

0.0.4 - 2010-12-28

0.0.3 - 2010-12-27

0.0.2 - 2010-11-03

0.0.1 - 2010-11-02