View Source Changelog

All notable changes to PhxJsonRpc will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0-4-0-2023-04-20

[0.4.0] - 2023-04-20

added

Added

  • Middleware interface and macro (handles requests before dispatching to the rpc controller)

changed

Changed

  • Router.handle now accepts second optional parameter: meta_data
  • Bump credo from 1.6.7 to 1.7.0
  • Bump dialyxir from 1.2.0 to 1.3.0
  • Bump excoveralls from 0.15.0 to 0.16.1
  • Bump ex_doc from 0.29.0 to 0.29.4

0-3-8-2022-11-18

[0.3.8] - 2022-11-18

changed-1

Changed

  • Bump ex_json_schema from 0.9.1 to 0.9.2
  • Bump credo from 1.6.6 to 1.6.7
  • Bump ex_doc from 0.28.4 to 0.29.0
  • Bump excoveralls from 0.14.6 to 0.15.0

0-3-7-2022-08-21

[0.3.7] - 2022-08-21

changed-2

Changed

  • Example controller moved to the test namespace
  • Bump dialyxir from 1.1.0 to 1.2.0
  • Bump credo from 1.6.5 to 1.6.6

0-3-6-2022-07-19

[0.3.6] - 2022-07-19

added-1

Added

  • Dialyzer support in CI
  • Screenshots in usage with phoenix guide

changed-3

Changed

  • Documentation structure in README.md

0-3-5-2022-07-18

[0.3.5] - 2022-07-18

changed-4

Changed

  • Move assets to the test directory

0-3-4-2022-07-18

[0.3.4] - 2022-07-18

added-2

Added

  • Example to howitworks section in README.md
  • Specified phoenix version in docs
  • Matrix tests in CI
  • Dependabot support by @sobolevn
  • Releases started for github repo

0-3-3-2022-07-07

[0.3.3] - 2022-07-07

changed-5

Changed

0-3-2-2022-07-06

[0.3.2] - 2022-07-06

added-3

Added

  • excoveralls for test coverage

fixed

Fixed

  • Test warnings, some doc typos

0-3-1-2022-07-05

[0.3.1] - 2022-07-05

fixed-1

Fixed

  • Documentation typo in PhxJsonRpc.Router
  • Bug with undefined error in PhxJsonRpc.Views.Helpers

0-3-0-2022-07-04

[0.3.0] - 2022-07-04

added-4

Added

0-2-2-2022-07-03

[0.2.2] - 2022-07-03

added-5

Added

  • Request ID to error log format in PhxJsonRpc.Router.DefaultDispatcher

0-2-1-2022-07-03

[0.2.1] - 2022-07-03

updated

Updated

  • Improved documentation guide

added-6

Added

  • howitworks section to README.md

0-2-0-2022-07-03

[0.2.0] - 2022-07-03

added-7

Added

fixed-2

Fixed

0-1-1-2022-07-03

[0.1.1] - 2022-07-03

added-8

Added

  • Link to phoenix framework in README.md

fixed-3

Fixed

0-1-0-2022-07-03

[0.1.0] - 2022-07-03

added-9

Added

  • Initial commit