All Versions
61
Latest Version
Avg Release Cycle
51 days
Latest Release
989 days ago

Changelog History
Page 5

  • v1.8.0 Changes

    September 19, 2016

    Diff for [1.8.0]

    πŸ”„ Changed

    • Requires Elixir >= 1.3
    • ⚑️ Updated C4 contribution process to RFC42
    • ⚑️ Updated timex dependency to 3.0 (Svilen Gospodinov)

    πŸ›  Fixed

    βœ‚ Removed

  • v1.7.1 Changes

    March 24, 2016

    Diff for [1.7.1]

    βž• Added

    • πŸ‘· Optional per-job timezone support

    πŸ›  Fixed

    • 0️⃣ Nodes defaulting in %Quantum.Job struct
    • 0️⃣ job.nodes defaulting in the normalizer
    • βœ… Test suite after changing defaulting of nodes property for the %Quantum.Jobs{} struct
  • v1.7.0 Changes

    March 09, 2016

    Diff for [1.7.0]

    βž• Added

    • ToC to README
    • πŸ“š Documentation for overlap option
    • Elixir 1.2 to Travis-CI config
    • πŸ‘· Prevent duplicate job-names at runtime (Kai Faber)

    πŸ”„ Changed

    • ToC markdown
    • πŸ”§ Default values are now configurable
    • ⚑️ Updated all dependencies
    • Required Elixir version is now >= 1.2

    πŸ›  Fixed

    • πŸ‘· Overlap option was not set to jobs
    • Incorrect example in README
    • πŸ”§ Timezone is not configurable at runtime
    • ⚠ Credo warnings
    • πŸ‘· GenServer restarts when one of the jobs crashes (#82)
  • v1.6.1 Changes

    December 09, 2015

    Diff for [1.6.1]

    πŸ›  Fixed

    • @reboot entries are throwing errors
    • ⚠ Credo warnings and software design suggestions
    • ⚠ Elixir 1.2 warnings

    πŸ”„ Changed

    • ⚑️ Dependency 'credo' updated
    • πŸ”¨ Refactored range variables
    • ⚑️ .gitignore updated
  • v1.6.0 Changes

    November 25, 2015

    Diff for [1.6.0]

    βž• Added

    • πŸ‘· PID of last executed task to job struct
    • πŸ‘• Credo code linter (only for dev and test)
    • Total downloads badge to README
    • Elixir 1.1.0 and Erlang 18.1 to Travis-CI config

    πŸ›  Fixed

    • Max hour is 23, not 24
    • πŸ‘· Long-running jobs could overlap
    • Typo in README (Lucas Charles)
    • Incorrect function and response types in readme (Bart van Zon)
    • πŸ‘· Unnamed job tuples cannot take args (Lucas Charles)
    • πŸ‘· Job names can only be atoms and can't be GC (Luis Hurtado)
  • v1.5.0 Changes

    September 24, 2015

    Diff for [1.5.0]

    βž• Added

    • πŸ‘· Ability to run jobs on exact node (Rodion Vshevtsov)
    • πŸ“š Documentation of named jobs
    • βœ… OTP 17.5 and 18.0 to Travis tests

    πŸ”„ Changed

    • ex_doc dependency version

    πŸ›  Fixed

    • ✏️ Typos in README
  • v1.4.0 Changes

    September 02, 2015

    Diff for [1.4.0]

    βž• Added

    • πŸ‘· Named jobs and the ability to (de)activate them (Rodion Vshevtsov)
    • Doc annotations for functions
    • Inch-CI integration

    πŸ”„ Changed

    • ⚑️ Updated ex_doc dependency
  • v1.3.2 Changes

    August 22, 2015

    Diff for [1.3.2]

    βž• Added

    • Timezone option to README.

    πŸ›  Fixed

    • Using @reboot lead to crash.
  • v1.3.1 Changes

    July 27, 2015

    Diff for [1.3.1]

    βž• Added

    • βž• Added contributors to changelog and project description
    • Option to use local timezone instead of UTC.

    πŸ”„ Changed

    • Tables in README use markdown format
  • v1.3.0 Changes

    July 15, 2015

    Diff for [1.3.0]

    βž• Added