Releases: afterwind-io/preprocessor-loader
Releases · afterwind-io/preprocessor-loader
v1.3.0
28 Mar 03:40
Compare
Sorry, something went wrong.
No results found
This is a minor feature update mainly focus on verbose mode, to solve some edge cases in how to deal with the normal comments.
Add escapeComments option to the verbose. See #37 , #38 .
v1.2.1
23 Mar 15:44
Compare
Sorry, something went wrong.
No results found
This is a maintenance update and covered the following bugs:
Omitted normal comments may incorrectly manipulate the prefix/suffix of the directive in verbose mode (#37 );
v1.2.0
22 May 08:11
Compare
Sorry, something went wrong.
No results found
The whole (almost) code base has been rewritten (again), to cover more use cases. This minor update includes:
Support for nested if condition (#29 );
Nested custom directive in if condition;
Better doc;
Dependencies updates.
v1.1.4
15 Apr 02:54
Compare
Sorry, something went wrong.
No results found
This is a maintenance update and covered the following bugs:
Array values in params break the #!if / #!elseif assertion (Fix #13 );
v1.1.3
22 Jul 03:08
Compare
Sorry, something went wrong.
No results found
This is a maintenance update mainly to solve security warnings in devDependencies.
Also some type definitions in source code have been fixed and refined due to Typescript upgrade.
Nothing else changed.
v1.1.2
08 Oct 01:24
Compare
Sorry, something went wrong.
No results found
This is a maintenance update and covered the following bugs:
[#4 ] Cover more edge cases missing in release v1.1.1;
v1.1.1
30 Sep 01:49
Compare
Sorry, something went wrong.
No results found
This is a maintenance update and covered the following bugs:
[#4 ] The last line of the file will be incorrectly omitted if no new-line char presents as EOF;
v1.1.0
18 Feb 07:06
Compare
Sorry, something went wrong.
No results found
The whole code base has been rewritten, to cover more cases and better support multiline comment
Now directives can have a inline comment
Add Build-in HTML Comment Syntax support
Add more unit test and case test
Update README, add basics explanation and better usage examples
v1.0.4
09 Jun 03:59
Compare
Sorry, something went wrong.
No results found
Support Multi-line & JSX Comment Syntax;
Update README.md;
v1.0.3
15 May 10:53
Compare
Sorry, something went wrong.
No results found
Remove unnecessary files from npm package;