Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.71 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.2 - 2019-06-15

Updated

  • Updated dependencies

0.3.1 - 2019-03-18

Fixed

  • Fixed typespec for Stream.new - Thanks @bismark - #29
  • Fixed Makefile not recompiling when C source changes - 0a5081bb
  • Fixed dialyzer error on Excal.Interface.Recurrence.Iterator.load_nifs/0 - #30

0.3.0 - 2019-02-12

Thanks @bismark for the following fixes in PR #23

Fixed

  • Fix NIF path issue when including excal as a dependency

Changed

  • Use elixir_make for a more robust build process
  • Update Makefile to not recompile every time

0.2.0 - 2019-02-02

Added

  • Documentation and typespecs to all public functions.

Fixed

  • Removed usage of unreleased libical features that were only available in libical master. Excal now compiles with libical >= 3.0.0

0.1.0 - 2018-07-04

Initial release