Skip to content

Releases: adrianlee44/ical2json

4.0.0 (2024/6/16)

16 Jun 22:21
Compare
Choose a tag to compare

Features

  • ical2json: Add output-dir option to specify output directory
    (cf52a85,
    #56)

Optimizations

  • ical2json:
    • Update commander to v12 and update implementation
      (0fc21f1)
    • Bump minimum node requirement to 18
      (d8dc16c)

Testing

  • cli: Add additional tests
    (9770812)
  • ical2json:
    • Fix test and only report src coverage
      (19dd504)
    • switch to use codecov
      (ceff04e)
    • Update checkout and setup-node to v4
      (52f14b6)
    • Update CI to run on Node 18 and 20
      (4e4b89c)

Documentation

  • readme: Update to link to codecov
    (0f80aac)

3.2.0 (2023/11/12)

13 Nov 05:52
Compare
Choose a tag to compare

Features

  • ical2json: Include definition file
    (e1739e2,
    #55)

Optimizations

  • ical2json: Replace substr with substring
    (2225838)

Testing

  • ava: Bump ava to 5.3.1
    (6768482)
  • ical2json: Add tests for bin/ical2json and use tempy
    (48549b7)
  • workflow: Update test workflow to run on dev branches
    (64f908a)

v3.1.1

02 Jul 20:19
Compare
Choose a tag to compare

v3.1.1 (2022/7/2)

Bug Fixes

  • package: Add types on npm package (#47)
  • package-lock: Fix version not updated
    (f796eac)

Testing

  • ava: Update ava to 4.3.0 and all snapshots
    (84cbc5a)
  • workflow: remove Node 10 and 12 and add 18
    (4505645)

v3.1.0

20 Jun 00:50
Compare
Choose a tag to compare

v3.1.0 (2022/6/19)

Features

  • ical2json: Typescript conversion
    (258b7ac)

Bug Fixes

  • cli: Skip writing to file if there is no output
    (50052a5)
  • ical2json:
    • Fix main entry
      (9a168ce)
    • Fix revert with CLI not working
      (d1708da)
    • Update packages and fix security vulnerabilities

Testing

  • ical2json: Use Github action (#37)

  • lint:

    • Update eslintrc to better lint code
      (7ac67ae)
    • Fix linting issues
      (7ec207d)
  • travis:

Documentation

  • README: Remove greenkeeper badge
    (4971013)

v3.0.0

18 Nov 07:12
Compare
Choose a tag to compare

v3.0.0 (2019/12/8)

Bug Fixes

  • ical2json: Require node 8 or above
    (b868e87)
  • package:
    • update commander to version 4.0.0
      (8c00f6e8)

v1.0.0

02 Jan 16:30
Compare
Choose a tag to compare

v1.0.0 (2017-01-03)

Changes:

  • Change API to return promises
  • Clean up repo
  • Add code coverage

v0.3.0

30 Jun 17:32
Compare
Choose a tag to compare

v0.3.0 (2016-06-30)

Changes:

  • Handle multiple child nodes without BEGIN-END

v0.2.0

11 Feb 08:59
Compare
Choose a tag to compare

v0.2.0 (2015/02/11)

Changes:

  • Fixed issue where multiple child nodes could get incorrectly nested