All Versions
10
Latest Version
Avg Release Cycle
120 days
Latest Release
1739 days ago

Changelog History

  • v0.1.0 Changes

    July 22, 2019

    0.1.0 (2019-07-22)

    • ⚡️ Elixir update
      • Support latest version of Elixir (1.9).
    • ⚡️ Dependencies update
      • Update to latest version of dependencies.
  • v0.0.9 Changes

    March 18, 2019

    0.0.9 (2019-03-18)

    • ⚡️ Elixir update
      • Support latest version of Elixir (1.8).
    • ⚡️ Dependencies update
      • Update to latest version of dependencies.
  • v0.0.8 Changes

    September 17, 2018

    0.0.8 (2018-09-17)

    • ⚡️ Elixir update
      • Support latest version of Elixir.
    • ⚡️ Dependencies update
      • Update to latest version of dependencies.
  • v0.0.7 Changes

    June 26, 2018
    • ⚡️ Dependencies update
      • Update to latest version of dependencies.
      • Format code with Elixir formatter.
  • v0.0.6 Changes

    March 19, 2017

    0.0.6 (2017-03-19)

    • 🔋 Features
      • Add keyword_lists_from_tsv/1 and keyword_lists_from_csv/2 that returns keyword lists stream for given TSV/CSV
      • Add maps_from_tsv/1 and maps_from_csv/2 that returns maps with atom keys stream for given TSV/CSV
      • Add filter_and_take/3 that returns stream with filter regexp and take count applied
      • Add puts_tsv/1 and puts_tsv/2 functions to write streams of string lists as TSV to stdout
  • v0.0.5 Changes

    September 23, 2016

    0.0.5 (2016-09-23)

    • 🔨 Refactoring
      • Create structs from stream of lists, rather than stream of maps.
      • Return headers separately from CSV/TSV parsing.
      • Pass headers separately to struct creation function.
      • Remove redundant DataMorph.Tsv module.
      • Pass separator token to DataMorph.Csv module instead.
  • v0.0.4 Changes

    September 09, 2016

    0.0.4 (2016-09-09)

    • 🐛 Bug Fixes
      • Change code to only process line at first position of stream once, to fix bug processing from IO.stream :stdio
  • v0.0.3 Changes

    August 14, 2016

    0.0.3 (2016-08-14)

    • 🐛 Bug Fixes
      • When defmodulestruct/2 macro called a second time with the same fields in different order don't redefine struct
  • v0.0.2 Changes

    August 07, 2016

    0.0.2 (2016-08-07)

    • 🐛 Bug Fixes
      • When defmodulestruct/2 macro called a second time with the same fields don't redefine struct
  • v0.0.1 Changes

    August 07, 2016

    🎉 Initial release.