Skip to content

Releases: creativewave/markdown-api

v0.3.5

29 Mar 05:28

Choose a tag to compare

Bugfixes

  • fix(package) Upgrade dependencies (4248808)
  • fix(lib/marked/code) Refactoring with new highlightjs API (16d3ebf)

v0.3.4

29 Mar 05:27

Choose a tag to compare

Bugfixes

  • fix(LICENCE) Remove year (203176a)
  • fix(package) Upgrade required minimum (LTS) version of NodeJS (1b8529c)
  • fix(package) Simplify bin path (a666841)
  • fix(package) Encapsulate API via exports (806a5ef)
  • fix(package) Prevent publish if lint/test fails (47a0c3e)
  • fix(package) Upgrade dependencies (e5f58ce)
  • fix(.eslintrc) Refactorize after e5f58ce (093e9f6)

v0.3.3

26 Jul 17:25

Choose a tag to compare

Bug fixes

  • fix(index) Set correct modules path (d877416)
  • fix(*) Fix coding style (a1f7dba)
  • fix(tests/lib/collection) Add unit test: traverse (969cbc5)
  • fix(perfs/lib/collection/traverse) Add perf tests: traverse (5db9f14)
  • fix(lib/collection/traverse) Fix unit/perf tests from 969cbc5/5db9f14 (fc12ebb)
  • fix(lib/collection/*) Minor refactoring (5b502d3)
  • fix(package) Set minimum required version of NodeJS (d0f019c)
  • fix(package) Upgrade dependencies (307dfff)

Documentation

  • doc(tests/commands/build) Rewording (ec3a3f9)

v0.3.2

28 Apr 01:04

Choose a tag to compare

Bugfixes

  • fix(package) Upgrade dependencies (acd8994)

v0.3.1

29 Jan 09:02

Choose a tag to compare

Bugfixes

  • fix(tests/lib/cli) Add unit test: run with config file (689f677)
  • fix(lib/command) Fix unit test from 689f677 (133473d)
  • fix(tests/lib/collection) Add unit tests: throw with unexpected type (0fdd446)
  • fix(lib/collection/*) Fix unit test from 0fdd446 (ddce599)
  • fix(perfs/benchmark) Run benchmarks synchronously (8762d1b)
  • fix(perfs/lib/collection/map) Add perf unit test: map (vs lodash mapValues) (ba922c2)
  • fix(perfs/lib/collection/*) Minor refactoring (346f7e7)
  • fix(commands/build) Minor refactoring (9d24770)
  • fix(package) Upgrade dependencies (bf64b01)

Documentation

  • doc(tests/commands/build) Fix terminology (f6d1f60)
  • doc(commands/get) Fix terminology (a086e48)
  • doc(lib/command/README) Fix minor typos (e105670)

v0.3.0

23 Jan 10:28

Choose a tag to compare

Bugfixes

  • fix(tests/commands/build) Improve coding style (AAA) (cd0b289)
  • fix(tests/commands/build) Add unit test: removed/missing required source file (b4667f4)
  • fix(lib/entry/getUpdatedEntries) Fix unit test from b4667f4 (e0101d9)
  • fix(tests/lib/collection) Add unit test: concat Array with Array (ea3e5d1)
  • fix(tests/lib/collection) Add unit tests: chain, filter, merge, toFlat (3f159c5)
  • fix(lib/collection/*) Fix unit tests from 3f159c5 (090bb67)
  • fix(commands/build) Minor refactoring (4207c63)
  • fix(tests/commands/build) Add expectation for update manifest (f5dcbc8)
  • fix(tests/lib/cli) Add unit test: custom CLI args parser (1f2f32d)
  • fix(lib/command) Fix unit test from 1f2f32d (23f6e12)
  • fix(perfs) Add experimental perf benchmarks (80f1603)
  • fix(lib/collection/filter) Improve performance (b2fa278)
  • fix(lib/collection/map) Improve performance (e18bb68)
  • fix(package) Upgrade dependencies (57084f9)

Documentation

v0.2.5

05 Jan 13:09

Choose a tag to compare

Bugfixes

  • fix(.eslintrc) Externalize ESLint config (90f437d)
  • fix(*) Remove useless ESLint rule (0f510b7)
  • fix(commands/build) Fix coding style (05ca98a)
  • fix(commands/build) Rename options -> config (7bca3d1)
  • fix(tests) Switch from Mocha to Jest to spy file system (3adde8f)
  • fix(commands/build) Fix error log when reading entity (e409208)
  • fix(commands/build) Reword error messages (ad60cdc)
  • fix(lib/console/log) Fix error log messages while running tests (071e538)
  • fix(tests/lib/collection) Add unit tests (4418e93)
  • fix(lib/collection/*) Fix unit tests after 4418e93 (ff9dc67)
  • fix(tests/*) Fix ESLint warnings and coding style (f750a11)
  • fix(bin/api-build) Set entitiesPerPage as a required option (62e3fff)
  • fix(bin/api-build) Filter args before validation (182e3b3)
  • fix(package) Upgrade dependencies (97d39f1)
  • fix(lib/marked/*) Fix default renderer after 97d39f1 (4b247e4)
  • fix(lib/marked/heading) Add heading custom renderer (11f0e0b)
  • fix(.circleci) Set path to Jest tests result (d9966d5)
  • fix(tests/lib/collection) Remove dumb mutation (fc7812e)
  • fix(lib/fs/addDirectoryFromError) Revert change from ff9dc67 (a8fff57)
  • fix(tests/commands/build) Create fileSystem.dir when calling fs.mkdir (ed8023b)
  • fix(tests/commands/build) Add unit test: removed/missing dist (8166fee)
  • fix(commands/build) Fix unit test from 8166fee (82c5214)
  • fix(bin/*) Fix config filter/validation (814a72b)

Documentation

  • doc(commands/build) Document main build steps (fe16543)
  • doc(tests/*) Reword expectations (0441dd4)
  • doc(doc/terminology) Rewording (3306dba)
  • doc(README) Rewording, reformatting, and fix typos (5916c47)
  • doc(lib/*) Rename options -> config (fcf073e)
  • doc(lib/console/log) Rewording (15ff390)
  • doc(commands/build) Rewording and fix minor typos (a73ea76)

v0.2.4

01 May 18:17

Choose a tag to compare

Bugfixes

  • fix(package) Update dependencies (a945db5)
  • fix(bin/api) Move bin files in dedicated dir (2971cab)
  • fix(lib/console/log) Prettify logs (6ecd840)
  • fix(commands/build) Recover from missing dist dir/file (b74a082)
  • fix(commands/build) Rename getProp -> safeProp (60d66b3)
  • fix(package.json) Add missing file extension (d39edba)

Documentation

  • doc(CONTRIBUTING) Allow commit changes on multiple files (32bc7f8)
  • doc(*) Fix and clean comments (1fc8cb1)

v0.2.3

29 Apr 10:47

Choose a tag to compare

Bugfixes

  • fix(package.json) Add missing file extension (d39edba)

v0.2.2

29 Apr 10:45

Choose a tag to compare

Bugfixes

  • fix(logo) Use 2 indentation spaces instead of 4 (e14464c)
  • fix(.circleci/config) Use only latest and current NodeJS versions (a905d25)
  • fix(lib/collection/getPairsBy) Remove unused utility function (6e65c86)
  • fix(commands/set) Refactorize with toCompact transducer (d8f54c8)
  • fix(commands/build) Reduce complexity of getEntriesUpdate (6aef761)
  • fix(lib/entry/getUpdatedEntries) Remove dependency to Lodash flatten (174041e)
  • fix(commands/build) Remove dependency to Lodash flatten (1b9d04a)
  • fix(commands/build) Remove useless buildType abstraction (cdbab42)
  • fix(commands/build) Remove/replace lib/collection/setProp (a0c3a15)
  • fix(commands/build) Fix error when building without hash option (602b231)

Documentation

  • doc(long-term-cache) Rewrite all (783da53)
  • doc(terminology) Move terminology in a dedicated file (ba69a39)