Releases: gcanti/elm-ts
Releases · gcanti/elm-ts
0.6.0
- Bug Fix
XMLHttpRequest
's response headers inResponse
object (@StefanoMagrassi)
- New Feature
- new
sendBy
function inHttp
module which carries the fullResponse
object (@StefanoMagrassi)
- new
0.5.8
0.5.7
- Bug Fix
- fix execution of initial commands when React view runs effect on mount (@StefanoMagrassi)
0.4.4
0.5.6
- Internal
- add a namespace to
Decoder
'sURI
in order to avoid name collision (@StefanoMagrassi)
- add a namespace to
0.5.5
- Bug Fix:
- fix
response
forBadStatus
error in order to comply withResponse
type (@StefanoMagrassi)
- fix
0.5.4
- New Feature
- Stop/unsubscribe application (@StefanoMagrassi)
0.5.3
- New Feature
Debugger
specialization forNavigation
programs (@StefanoMagrassi)
0.5.2
- Bug Fix:
- fix return type of
programWithDebugger
in order to comply toHtml
'sprogram
(@StefanoMagrassi)
- fix return type of
0.5.1
- Breaking Change
- upgrade to
fp-ts@2.x
(@gcanti) - upgrade to
rxjs@6.x
(@gcanti) - by default do not export
Navigation
fromindex
, resolves #14 (@gcanti) Cmd
- make
map
data-last (@gcanti) - add
of
function - it lifts aMsg
into a command (@StefanoMagrassi)
- make
Decode
Html
- make
map
data-last (@gcanti)
- make
Http
React
- make
map
data-last (@gcanti)
- make
Sub
- make
map
data-last (@gcanti)
- make
Task
- upgrade to
- New Feature
- Debugger support, resolves #3 (@StefanoMagrassi, @minedeljkovic)
- Internal
- Remove
axios
as dependency, resolves #4 (@StefanoMagrassi) - Full tests coverage (@StefanoMagrassi)
- switch from
Mocha
toJest
as test runner (@StefanoMagrassi)
- Remove