Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Merge elm 0.19 announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
oldfartdeveloper committed Sep 6, 2018
2 parents 8bb0d23 + e54917c commit c51c20a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
elm package install elm-community/elm-time
```

## This Package is Released to Elm 0.19 -- Also Deprecated!

Isaac Seymour has ported
**[elm-community/elm-time](https://package.elm-lang.org/packages/elm-community/elm-time/3.0.4/)** to
**[isaacseymour/deprecated-time](https://package.elm-lang.org/packages/isaacseymour/deprecated-time/latest)**.
With the change in **elm/time** to use Posix, and a consensus to break this package up so that you don't have to
"include everything" to use it, we decided that this was a good time to deprecate.

That being said, we will continue to support `isaacseymour/deprecated-time` with bug fixes for the foreseeable future.

Thanks to Isaac for performing this upgrade!

## Major Changes!

This release prepares **elm-time** to be upgraded to Elm `0.19` by changing
Expand Down
4 changes: 2 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.0.4",
"summary": "A pure Elm date and time library.",
"version": "3.0.5",
"summary": "Deprecated: A pure Elm date and time library.",
"repository": "https://github.com/elm-community/elm-time.git",
"license": "BSD3",
"source-directories": [
Expand Down

0 comments on commit c51c20a

Please sign in to comment.