Skip to content

Releases: c4s4/neon

Added pause task

17 Jul 10:21

Choose a tag to compare

  • Added pause task with duration argument

Fix dotenv loading

07 May 15:46

Choose a tag to compare

v1.14.1

Fix dotenv loading

Added write builtin and properties key to neon task

06 May 07:50

Choose a tag to compare

  • Added properties key to neon task
  • Added write() builtin to write text into a file

Fix code warnings

16 Apr 14:33

Choose a tag to compare

  • Fixed code warnings
  • Fix start task

Added jsonindent() builtin

13 Mar 13:58

Choose a tag to compare

Added jsonindent() builtin to format JSON

Set env in shell task

06 Mar 11:03

Choose a tag to compare

Added env field to shell task to set environment

Fix task call

04 Mar 12:11

Choose a tag to compare

Fix task call changing back to current directory after call

Environment management

13 Feb 17:59
405c4d6

Choose a tag to compare

  • Environment variables defined in build file are defined everywhere in it, not only in executed commands
  • Added dotenv key to load environment file in build file

Fixed infinite loops management

25 Sep 07:48

Choose a tag to compare

1.10.1

Merge fix-15-depends

Fix depends management

24 Sep 08:14

Choose a tag to compare

This fixes issue #15