Skip to content

Releases: oro-oss/houl

v0.1.24

04 Dec 07:49
Compare
Choose a tag to compare

New Features

  • show ip addresses for external access (#54)

v0.1.23

01 Nov 09:43
Compare
Choose a tag to compare

Bug Fixes

  • package: update yargs to version 10.0.3 (#51) (ad6aa7e)
  • package: update yargs to version 9.0.1 (#50) (05259dc)
  • fix wrong log of build time (fix #52) (2dd5a0f)

v0.1.22

14 Sep 03:01
Compare
Choose a tag to compare

Bug Fixes

  • filter updated files with exclude glob pattern (#49) (690d49c)
  • handle a newly added file in watch mode (#48) (542d429)

v0.1.21

31 Aug 10:44
Compare
Choose a tag to compare

Bug Fixes

  • fallback to proxy if the request does not match base path (025bff3)

v0.1.20

25 Aug 09:04
Compare
Choose a tag to compare

Features

  • print log while executing build, dev or watch command (#46) (13bd033)

v0.1.19

24 Jul 06:11
Compare
Choose a tag to compare

Features

  • add --filter option for build command (1602950)

    Example:

    $ houl build --filter **/*.js

    Only matched files with the glob patterns are built/output.

v0.1.18

24 Jul 03:30
Compare
Choose a tag to compare

Bug Fixes

  • update mtime and ctime for all output file (#43) (186dff9)

v0.1.17

18 Jul 01:52
Compare
Choose a tag to compare

Fix

  • Fix TypeError: "listener" argument must be a function on watch command

v0.1.16

18 Jul 01:32
Compare
Choose a tag to compare

New

  • Add watch command (#41)

v0.1.15

14 Jul 02:00
Compare
Choose a tag to compare

New

  • Allow to output dot files with --dot option (#37)
  • Allow to specify an array type for exclude option (#38)