Tags:
- [New Feature]
- [Bug Fix]
- [Breaking Change]
- [Documentation]
- [Internal]
- [Polish]
- [Experimental]
Note: Gaps between patch versions are faulty/broken releases. Note: A feature tagged as Experimental is in a high state of flux, you're at risk of it changing without notice.
-
Bug Fix
XMLHttpRequest
's response headers inResponse
object (@StefanoMagrassi)
-
New Feature
- new
sendBy
function inHttp
module which carries the fullResponse
object (@StefanoMagrassi)
- new
- Bug Fix
- fix issue with empty response bodies, now they are converted to
{}
, fix #46 (@bmazzarol)
- fix issue with empty response bodies, now they are converted to
- Bug Fix
- fix execution of initial commands when React view runs effect on mount (@StefanoMagrassi)
- Internal
- add a namespace to
Decoder
'sURI
in order to avoid name collision (@StefanoMagrassi)
- add a namespace to
- Bug Fix
- fix
response
forBadStatus
error in order to comply withResponse
type (@StefanoMagrassi)
- fix
- New Feature
- Stop/unsubscribe application (@StefanoMagrassi)
- New Feature
Debugger
specialization forNavigation
programs (@StefanoMagrassi)
- Bug Fix:
- fix return type of
programWithDebugger
in order to comply toHtml
'sprogram
(@StefanoMagrassi)
- fix return type of
- Breaking Change
- upgrade to
[email protected]
(@gcanti) - upgrade to
[email protected]
(@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
- remove dependency on
io-ts
(@gcanti) - refactor
Decoder
definition (@gcanti)
- remove dependency on
Html
- make
map
data-last (@gcanti)
- make
Http
- remove
Expect<a>
type (@gcanti) - remove class encoding for
BadUrl
,Timeout
,NetworkError
,BadStatus
,BadPayload
(@gcanti) - make
send
data-last (@gcanti)
- remove
React
- make
map
data-last (@gcanti)
- make
Sub
- make
map
data-last (@gcanti)
- make
Task
- make
perform
data-last (@gcanti) - make
attempt
data-last (@gcanti) - remove
sequence
(@gcanti)
- make
- 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
- Bug Fix
- don't rely on
instanceof Error
while matching axios errors, closes #23 (@minedeljkovic)
- don't rely on
- New Feature
- expose
http.requestToTask
astoTask
(@minedeljkovic)
- expose
- Polish
- remove
react-dom
dependency (@gcanti)
- remove
- Breaking Change
- remove
Reader
fromHtml
signature (@minedeljkovic) - swap
Cmd.map
arguments (@minedeljkovic) - swap
Decoder.map
arguments (@minedeljkovic) - swap
Http.send
arguments (@minedeljkovic) - swap
Task.perform
arguments (@minedeljkovic) - swap
Task.attempt
arguments (@minedeljkovic)
- remove
- New Feature
- add
Html.map
function (@minedeljkovic) - add
React.map
function (@minedeljkovic) - add
Sub.map
function (@minedeljkovic)
- add
- Bug Fix
- call subscriptions with initial model, fix #10 (@minedeljkovic)
- Breaking Change
- upgrade to
[email protected]
,[email protected]
(@gcanti)
- upgrade to
Refactoring
Initial release