Skip to content

Releases: amphp/windows-registry

1.0.1

30 Jan 23:05
v1.0.1
0d569e8

Choose a tag to compare

What's Changed

  • Removed nullability from return type of WindowsRegistry::read(), the method throws if the key is not found.

Full Changelog: v1.0.0...v1.0.1

1.0.0

10 Jan 20:34
v1.0.0
8248247

Choose a tag to compare

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • WindowsRegistry offers the methods as static methods now instead of instance methods.

1.0.0 Beta 1

14 Dec 19:04
v1.0.0-beta.1

Choose a tag to compare

1.0.0 Beta 1 Pre-release
Pre-release
  • Use fibers under the hood with amphp/process v2.x

0.3.3

10 Jul 16:20
v0.3.3

Choose a tag to compare

  • Fix possible undefined offset
  • Fix broken symlink in releases

0.3.2

24 Oct 03:39
834af7a

Choose a tag to compare

Update to amphp/process v1.0.

0.3.1

11 Dec 08:37
v0.3.1

Choose a tag to compare

  • Allow amphp/process to be installed in version ^0.3.

0.3.0

16 Jun 08:58
v0.3.0

Choose a tag to compare

  • Ported to Amp v2.

0.2.2

05 Jan 01:15
v0.2.2

Choose a tag to compare

  • Allow reading a list of sub-keys.

0.2.1

04 Jan 22:54
v0.2.1

Choose a tag to compare

  • Fix amphp/amp requirement.

0.2.0

04 Jan 19:04
v0.2.0

Choose a tag to compare

  • Moved to @amphp and changed namespace to Amp\WindowsRegistry.