Skip to content

Latest commit

 

History

History
115 lines (85 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

115 lines (85 loc) · 3.38 KB

2.0.1 (2025-04-26)

  • fix: cli option --version throws (#752d4c7)
  • chore: bump dependencies (#f807cdd)

2.0.0 (2025-02-28)

  • BREAKING CHANGE: Switch to ESM modules (#94caed2)

1.4.0 (2024-10-13)

  • chore: bump devDependencies (#f2959c4)
  • chore: bump minor dependencies (#f35e919)
  • docs: whitespaces (#6aca978)
  • fix tests (#6fcf7c9)
  • move path/filename resolution to ppinclude and ppinclude-browser (#8aed79f)
  • add options to include portions of files (#ad3a0cd)
  • chore: bump version (#53d2a42)

1.3.0 (2023-12-27)

  • chore: bump dependencies (#241145b)
  • fix: linter issue (#682abc5)
  • docs: update readme (#c4c1040)
  • tests: add tests for skipEscaping option (#8d8ab41)
  • feat: add option skipEscaping for numbered headings (#cebc7fd)

1.2.0 (2023-03-31)

  • feat: new switch -s to write output to input file (#024401a)
  • chore: bump dependencies (#e3c938e)

1.1.0 (2022-04-10)

  • chore: change browser tests (#9963d8d)
  • feat: add [[TOC]] as alternative ToC syntax (#62819a5)
  • chore: bump dependencies (#027db10)

1.0.4 (2021-10-27)

  • chore: travis update (#aecb673)
  • chore: bump dependencies (#02730f8)
  • fix: header increment with previous anchor (#b242d23)

1.0.3 (2021-01-16)

  • chore: travis test with node@14 (#f59ab78)
  • chore: bump dev deps (#a3b78d6)
  • chore: bump deps (#81757e9)

1.0.2 (2020-04-19)

  • test: regenerate slugger tests from all platforms (#8e7a4a4)
  • fix: marked slugger (#4cd3458)
  • chore: bump deps (#b97b3c8)

1.0.1 (2019-04-23)

  • chore: bump deps (#5145476)
  • fix: prevent max call stack error for large number of tokens (#effdad5)

1.0.0 (2019-04-07)

  • feat: anchor ids for different markdown processors (#cfb37d5)
  • docu: fix badge links (#cb8b099)
  • refactor: es5 const, let instead of var (#f424b61)
  • chore: add man page (#2761cb2)
  • fix: autoid (#3ac12b5)
  • chore: coverage (#8b21f70)
  • chore: build browser build with webpack (#2714d5d)
  • refactor: enable browser version (#dc21839)
  • fix: autoids (#f86aa99)
  • chore: replace png badges with svg (#86f31d8)
  • feat: autoid=true adds tags (#5e278a1)
  • feat: add anchor markdown header (#05f27aa)
  • refactor: splitting up source (#20254b3)
  • chore: use eslint instead of jshint (#57b91e7)

0.3.10 (2017-01-18)

  • bump dependencies (#2a16d27)

0.3.9 (2016-06-16)

  • Output anchor name tags in valid html syntax. (#a9474d0)

0.3.8 (2016-04-23)

  • package deps update; adding tests (#6f24a00)
  • Merge branch 'mhofman-add-include-tags' (#6d30795)
  • Test: Expected result file should be stable. Re-processing it should give the same result. (#7003c51)
  • Output tags for include directive. (#66af426)
  • update make readme (#8231e3f)

0.3.6 (2014-09-15)

  • autonumber ordered lists (#11ad9a4)
  • fix parsing newlines (#393a86c)
  • fix remove uppercase commands (#fc3f3d4)
  • fix lex code blocks (#70092fb)
  • uniq doubled references (#9aeb8ec)
  • get travis to work (#226c5ee)
  • travis.yml update (#684c35d)
  • travis yml added (#5bed403)
  • readme update (#4ddc34d)
  • fix issue with code identified as heading (#3a76298)
  • numberedheadings: new options skip, start, omit (#e820013)
  • numberingheadings: remove leading numbers on all levels toc: remove links if in headings; test styles (#2f38916)
  • minlevel for !numberedheadings; minlevel, omit for !toc (#ce45885)
  • fix numbering on token refs (#0902747)
  • component (#3409601)
  • gfm fences fix (#d458bd7)
  • devDependencies, .npmignore (#8610147)
  • initial version (#826318c)