Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

38 lines (32 loc) · 1.6 KB

Ideas

  • add command to generate an exampleCHANGELOG.md file
  • add command to the according npm scripts, so releasing is made easy
  • typing: and/or maybe we want a Result returned from the parse function, which is either ok or not instead of the {version: -1} as we have it now
  • initialize CHANGELOG.md on first run
  • fix bug in tests2text, it throws split called on undefined
    • the bug was not using # version X but # vX as headline, which is not really a bug show a warning and a hint when not finding the appropriate string
      • prevent a parsing error to throw
    • to give the structure of the parsed text a meaning make it typed a bit better

version 6.0

  • allow # v for a version headline too
  • document usage in README

version 5.0

  • made it todo-stitcher
  • move development to use docker (nix is just not used anywhere by anyone)
  • rename the project to something more useful and shorter, easier to spell and remember, not even I can remember the name
  • BUG: the nested items (see above) are not properly understood yet
  • BUG: when # version X shows up like here, it makes the logic fail
  • version can also be a string (like "1.0-beta"), not just a number (see type TodoItems.version)

version 4.0

  • move to node v11
  • prevent need for esm by projects that require this one

version 3.0

  • Allow passing the (CHANGELOG.md) file name to be parsed.

version 2.0

  • describe what this project is for
  • provide an executable

version 1.0

  • make it releaseable
  • move the actual code here