mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 03:42:04 +03:00
Update changelog.
This commit is contained in:
parent
e0f4ce47ae
commit
33f095c405
@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.1.0] - 2020-01-03
|
||||
|
||||
### Added
|
||||
- There's a new StaticHttp API. Read more about it in [this `StaticHttp` announcement blog post](http://elm-pages.com/blog/static-http)!
|
||||
- The generated `Pages.elm` module now includes `builtAt : Time.Posix`. Make sure you have `elm/time` as a dependency in your project!
|
||||
You can use this when you make API requests to filter based on a date range starting with the current date.
|
||||
If you want a random seed that changes on each build (or every week, or every month, etc.), then you can use this time stamp
|
||||
|
Loading…
Reference in New Issue
Block a user