Skip to content

Releases: upsidr/importer

v0.0.1-rc.15

27 Aug 21:00
cbcdfc7
Compare
Choose a tag to compare

Fixed

  • Incorrect error handling when the Marker target URL returns some error

v0.0.1-rc.14

12 Aug 21:09
ab66eb7
Compare
Choose a tag to compare

Fixed

  • File mode handling for importer update and importer purge

v0.0.1-rc.13

12 Aug 15:50
425e0e6
Compare
Choose a tag to compare

Fixed

  • Multiple file input can be provided for importer update and importer purge

v0.0.1-rc.12

11 Aug 12:06
4eb08c2
Compare
Choose a tag to compare

Fixed

  • Command flag handling by replacing urfave/cli to spf13/cobra

Added

  • importer update: Support additional flag of --dry-run for dry run
  • importer purge: Support additional flag of --dry-run for dry run
  • importer preview: Support additional flag of --update to get only updated result (equivalent of importer generate if no other flag provided)
  • importer preview: Support additional flag of --purge to get only purged result
  • importer preview: Support additional flag of --lines to show line numbers next to the output (default is on when no other flag is provided, and when other flag such as --update is present, it is off unless explicitly provided)

v0.0.1-rc.11

09 Aug 16:19
d00d425
Compare
Choose a tag to compare

Fixed

  • Unbalanced Marker indent will be handled in a way that the first begin marker determines the indent. This is more friendly to IDE formatting.

v0.0.1-rc.10

09 Aug 09:07
2dfabe7
Compare
Choose a tag to compare

Added

  • Importer Marker to support URL input. For any github.com contents, the URL is updated to raw.githubusercontent.com for easier use.

v0.0.1-rc.9

06 Aug 00:39
ec87491
Compare
Choose a tag to compare

Added

  • Importer with YAML content can now use indentation adjustment mode of align, which allows the indent used for Importer Marker to be the base indentation

v0.0.1-rc.8

03 Aug 17:03
e5465e4
Compare
Choose a tag to compare

Misc

  • Minor wording updates and clean up

v0.0.1-rc.7

30 Jul 21:54
fcf0308
Compare
Choose a tag to compare

Misc:

  • Minor wording updates and clean up

v0.0.1-rc.6

28 Jul 20:11
e2506b2
Compare
Choose a tag to compare

Fixed

  • preview command shows correct line number and commands