File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## v3.0.0
78### Added
89- add/add! - adds values indicated by pointers
910- options can be passed to operations. only option so far is : strict which affects set/add behaviour
10- - test - checks whether the given pointer has the given value
11+ - added JSONPointer. test - checks whether the given pointer has the given value
1112
1213### Changed
13- - has changed to has? as it returns a single value
14+ - has changed to has? as it returns a single boolean
1415- stricter parsing of integer indexes
1516- increased terseness of error messages
1617- remove now actually reduces the list size, rather than replace with nil
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Add a dependency to your project `mix.exs`:
1313
1414``` Elixir
1515def deps do
16- [{:odgn_json_pointer , " ~> 2.5 " }]
16+ [{:odgn_json_pointer , " ~> 3.0.0 " }]
1717end
1818```
1919
Original file line number Diff line number Diff line change 11defmodule JsonPointer.Mixfile do
22 use Mix.Project
33
4- @ version "2.5 .0"
4+ @ version "3.0 .0"
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments