Skip to content

Releases: alexiosjs/alexios

v1.0.8

01 Apr 06:22
Compare
Choose a tag to compare

1.0.8 (2021-04-01)

Bug Fixes

  • Fix the problem of abnormal packaging when there are static resources with the same file name in different folders (4a8e39b)

Features

  • Support to set define parameter in the command line (3c679df)
  • rc and config files support custom file names (3c679df)
  • After opening cssModule, the class name is readable in the develop environment (3c679df)
  • After packaging, automatically clean up debugger and console (3c679df)
  • Add object configuration mode to scripts attribute, support defer, async and other parameters (bb4ca0b)

v1.0.7

21 Jul 15:48
Compare
Choose a tag to compare

1.0.7 (2020-07-21)

Bug Fixes

  • Fix the CRLF bug in bin file (fe668a4)

Features

v1.0.6

24 Jun 09:45
Compare
Choose a tag to compare

1.0.6 (2020-06-24)

Bug Fixes

  • Fix the problem of invalid command line parameters after automatic restart of listening profile changes (320fa8a)
  • Use node-sass instead of dart-sass, prevent MAC compatibility problems (3d3e20f)

v1.0.5

22 Jun 03:38
Compare
Choose a tag to compare

1.0.5 (2020-06-22)

Bug Fixes

  • Fix the problem that the alexiosrc not working (f741d7b)

Features

  • Auto reload when config files and public path changed (df7a62d)
  • Make className of CSS-Modules readable in dev mode (32d978d)

v1.0.4

11 Jun 11:18
40712aa
Compare
Choose a tag to compare

1.0.4 (2020-06-11)

Bug Fixes

  • Fix the problem of forcibly reading the public path and favicon at startup (f028e5d)
  • Fix a problem of missing dependencies && Switch node-sass to dart-sass (8cb23d8)

First official version

10 Jun 19:36
40712aa
Compare
Choose a tag to compare
Merge pull request #25 from alexiosjs/dev

Dev