Skip to content

Releases: mini-software/MiniWord

0.8.0

19 Feb 13:36
Compare
Choose a tag to compare

0.8.0

  • [New] Support new OpenXml to solve the problem of line wrapping to multiple lines #68 (via @ping9719)

  • [New] Support if statement inside foreach statement inside templates. Please refer to samples. (via @eynarhaji)

  • [New] Change tags for if statements for single paragraph if statement {{if and endif}} inside templates. Please refer to samples. (via @eynarhaji)

  • [Bug] The table should be inserted at the template tag position instead of the last row #47 (via @itldg)

0.7.0

01 Mar 14:57
Compare
Choose a tag to compare

0.7.0

  • [New] Add support to List inside List via IEnumerable<MiniWordForeach> and {{foreach/endforeach}} tags (via @eynarhaji)
  • [New] Add support to @if statements inside templates (via @eynarhaji)
  • [New] Support multiple color word by word (via @andy505050)

0.4.0-0.6.0

24 Sep 19:46
Compare
Choose a tag to compare

0.6.0

0.5.0

  • [New] support object & dynamic parameter (#19 via @isdaniel )

0.4.0

  • [New] support HeaderParts, FooterParts template
  • [Bug] fixed multiple table generate problem #18

0.3.0

17 Sep 06:29
Compare
Choose a tag to compare

0.3.0

  • [New] Support table generate #13
  • [New] datetime format -> yyyy-MM-dd HH:mm:ss
  • [Bug] fixed spliting template string like <w:t>{</w:t><w:t>{<w:/t><w:t>Tag</w:t><w:t>}</w:t><w:t>}<w:/t> problem #17

0.2.1

  • [Bug] fixed mutiple tag System.InvalidOperationException: 'The parent of this element is null.' #13

0.2.0

16 Sep 16:04
Compare
Choose a tag to compare

0.2.0

  • [Feature] support array list string to generate multiple row #11
  • [Feature] support image #10 #3
  • [Feature] image support to custom width and height #8
  • [Feature] support multiple breakline
  • [Optimize] Remove xmlns declaration #7

0.1.0-0.1.1

14 Sep 16:54
Compare
Choose a tag to compare

0.1.1

  • [Bug] Fix Fuzzy Regex replace similar key

0.1.0

  • [Feature] basic template export