Windows Registry Versions Save

Windows Registry Reader.

v1.0.1

4 months ago

What's Changed

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

Full Changelog: https://github.com/amphp/windows-registry/compare/v1.0.0...v1.0.1

v1.0.0

1 year ago

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.

v1.0.0-beta.1

2 years ago
  • Use fibers under the hood with amphp/process v2.x

v0.3.3

3 years ago
  • Fix possible undefined offset
  • Fix broken symlink in releases

v0.3.2

5 years ago

Update to amphp/process v1.0.

v0.3.1

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

v0.3.0

6 years ago
  • Ported to Amp v2.

v0.2.2

7 years ago
  • Allow reading a list of sub-keys.

v0.2.1

7 years ago
  • Fix amphp/amp requirement.

v0.2.0

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