Skip to content

Releases: pug-php/pug

Version 2.4.6

25 Nov 10:29
Compare
Choose a tag to compare
  • Drop Js-Phpize 0.1
  • Fix RegExp to avoid missing match part
  • Add unit test for issue 86

Version 2.4.5

16 Oct 18:17
Compare
Choose a tag to compare

No cache requirement if cache option is false

Version 2.4.4

02 Oct 15:50
Compare
Choose a tag to compare

Fix js-phpize implementation

Version 2.4.3

21 Sep 10:07
Compare
Choose a tag to compare

Allow inline filters

Version 2.4.2

21 Sep 07:54
Compare
Choose a tag to compare

Add space between consecutive texts

Version 2.4.1

30 Aug 18:16
Compare
Choose a tag to compare
  • Fix #62 class append
  • Remove dead code

Version 2.4.0

30 Aug 13:57
Compare
Choose a tag to compare
  • First implementation of JsPhpize
  • Fix #62 trailing spaces in interpolations

Version 2.3.0

13 Aug 14:45
Compare
Choose a tag to compare
  • Update style and script behaviour to match pugjs #58
  • Allow parentheses in attributes #60
  • Use dedicated functions to check if the pug stream is registered

Version 2.2.1

09 Aug 20:39
Compare
Choose a tag to compare
  • #50 More debug infos
  • Enable isInline on every nodes

Version 2.2.0

09 Aug 12:35
Compare
Choose a tag to compare
  • Fix mixin scope propagation
  • Allow variables starting with an underscore
  • Allow extra ; after !=