Elm Ts Versions Save

A porting to TypeScript featuring fp-ts, rxjs6 and React

0.6.0

3 years ago
  • Bug Fix
    • XMLHttpRequest's response headers in Response object (@StefanoMagrassi)
  • New Feature
    • new sendBy function in Http module which carries the full Response object (@StefanoMagrassi)

0.5.8

3 years ago
  • Bug Fix
    • fix issue with empty response bodies, now they are converted to {}, fix #46 (@bmazzarol)

0.5.7

3 years ago
  • Bug Fix
    • fix execution of initial commands when React view runs effect on mount (@StefanoMagrassi)

0.4.4

3 years ago
  • Bug Fix
    • rename imported type to avoid conflict with local, #42 (@minedeljkovic)

0.5.6

4 years ago
  • Internal
    • add a namespace to Decoder's URI in order to avoid name collision (@StefanoMagrassi)

0.5.5

4 years ago
  • Bug Fix:
    • fix response for BadStatus error in order to comply with Response type (@StefanoMagrassi)

0.5.4

4 years ago
  • New Feature
    • Stop/unsubscribe application (@StefanoMagrassi)

0.5.3

4 years ago
  • New Feature
    • Debugger specialization for Navigation programs (@StefanoMagrassi)

0.5.2

4 years ago
  • Bug Fix:
    • fix return type of programWithDebugger in order to comply to Html's program (@StefanoMagrassi)

0.5.1

4 years ago
  • Breaking Change
    • upgrade to [email protected] (@gcanti)
    • upgrade to [email protected] (@gcanti)
    • by default do not export Navigation from index, resolves #14 (@gcanti)
    • Cmd
      • make map data-last (@gcanti)
      • add of function - it lifts a Msg into a command (@StefanoMagrassi)
    • Decode
      • remove dependency on io-ts (@gcanti)
      • refactor Decoder definition (@gcanti)
    • Html
      • make map data-last (@gcanti)
    • Http
      • remove Expect<a> type (@gcanti)
      • remove class encoding for BadUrl, Timeout, NetworkError, BadStatus, BadPayload (@gcanti)
      • make send data-last (@gcanti)
    • React
      • make map data-last (@gcanti)
    • Sub
      • make map data-last (@gcanti)
    • Task
      • make perform data-last (@gcanti)
      • make attempt data-last (@gcanti)
      • remove sequence (@gcanti)
  • New Feature
    • Debugger support, resolves #3 (@StefanoMagrassi, @minedeljkovic)
  • Internal
    • Remove axios as dependency, resolves #4 (@StefanoMagrassi)
    • Full tests coverage (@StefanoMagrassi)
    • switch from Mocha to Jest as test runner (@StefanoMagrassi)