Skip to content

Releases: JuliaPackaging/Preferences.jl

v1.4.3

03 Mar 19:02
30889fe
Compare
Choose a tag to compare

Preferences v1.4.3

Diff since v1.4.2

Merged pull requests:

  • allow [has|load|delete]_preference to take name::String (#66) (@aviatesk)
  • fix tests on v1.11 and v1.12 (#67) (@aviatesk)
  • follow up #62, fix the error of get_uuid in the active project lookup path (#68) (@aviatesk)

v1.4.2

29 Feb 07:39
fc1acbe
Compare
Choose a tag to compare

Preferences v1.4.2

Diff since v1.4.1

Merged pull requests:

  • README: show how to export prefs (#49) (@visr)
  • [CI] Use julia-actions/cache instead of actions/cache (#60) (@dependabot[bot])
  • Add set_preferences!(name::String, ...) method which pulls UUID from Project.toml (#62) (@staticfloat)

v1.4.1

21 Sep 01:35
1282544
Compare
Choose a tag to compare

Preferences v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Add documentation via Documenter.jl (#56) (@sloede)
  • Several small fixes to the docs (#57) (@sloede)

v1.4.0

05 May 04:58
e8082bc
Compare
Choose a tag to compare

Preferences v1.4.0

Diff since v1.3.0

Closed issues:

  • set_preferences! in a pristine environment leads to crashes (#34)

Merged pull requests:

v1.3.0

20 Apr 07:17
b5bc284
Compare
Choose a tag to compare

Preferences v1.3.0

Diff since v1.2.5

Closed issues:

  • Target of set_preferences unclear (#36)

Merged pull requests:

  • Prefer setting preferences only within the currently active project (#37) (@staticfloat)

v1.2.5

10 Mar 20:11
80b5509
Compare
Choose a tag to compare

Preferences v1.2.5

Diff since v1.2.4

Closed issues:

  • Move/add some of the reading preferences test to Base. (#22)
  • Another storing location (#30)
  • Not working in Pkg.test(...) on julia master (#31)

Merged pull requests:

v1.2.4

24 Feb 12:14
ce7b865
Compare
Choose a tag to compare

Preferences v1.2.4

Diff since v1.2.3

Merged pull requests:

v1.2.3

24 Dec 09:37
72ad73e
Compare
Choose a tag to compare

Preferences v1.2.3

Diff since v1.2.2

Closed issues:

  • fail to load value that is a Dict during precompile (#16)
  • Bug in delete_preferences!: prefs not defined (#17)
  • set_preferences! does not remove from clear (#19)
  • Preferences and transitive dependencies (#24)
  • New release? (#25)

Merged pull requests:

v1.2.2

09 May 16:58
d5c148a
Compare
Choose a tag to compare

Preferences v1.2.2

Diff since v1.2.1

Closed issues:

  • Support semicolon, i.e. @load_preference(key; default = nothing)? (#5)
  • ERROR: LoadError: UndefVarError: TOMLCache not defined (#13)

Merged pull requests:

  • add Julia compat note and switch order for clearer error (#14) (@ericphanson)

v1.2.1

17 Jan 06:14
cd6bf39
Compare
Choose a tag to compare

Preferences v1.2.1

Diff since v1.2.0

Closed issues:

  • Tests failing with 32-bit Julia binaries (#8)
  • TODO: Re-enable CI with 32-bit Julia binaries (#9)

Merged pull requests: