Skip to content

Releases: hahnjo/dynconf

1.1.2

05 Aug 13:32
v1.1.2
Compare
Choose a tag to compare
  • Switch to Go modules

1.1.1

06 May 13:55
v1.1.1
Compare
Choose a tag to compare
  • Add variables for extra flags to Makefile.

1.1

06 May 13:59
v1.1
Compare
Choose a tag to compare
1.1
  • Ensure that begin and end of context do not match the same substring.

1.1rc1

06 May 13:58
v1.1rc1
Compare
Choose a tag to compare
  • Support for contexts to conditionally enable / disable deletes and replaces.
  • Option to check how often a delete / replace is applied.
  • Add script for bash completion.

1.0.2

06 Aug 18:54
v1.0.2
Compare
Choose a tag to compare
  • Do not append newline if 'append' already has one.

1.0.1

01 Jul 19:05
v1.0.1
Compare
Choose a tag to compare
  • Make sure delete doesn't remove empty lines after the pattern

1.0

24 Jun 18:41
v1.0
Compare
Choose a tag to compare
1.0

Initial version that is able to replace my scripts using sed.

  • Deleting lines based on regular expressions.
  • Search and replace using regular expressions.
  • Appending lines at the end of files.
  • Atomic writing of configuration files, honoring permissions and ownership.