Sha256: 2cf828df6f9e9544eb35466de3646b03262f9d03938da9f9c6ef2c2e68e7c8d4

Contents?: true

Size: 1.58 KB

Versions: 30

Compression:

Stored size: 1.58 KB

Contents

# Changelog

## 0.8.0

- Bump Minimal Supported Rust Version to 1.46 due to dependencies.
- Update `uuid` dependency to `1.0`.

## 0.7.3

- Bump Minimal Supported Rust Version to 1.36 due to dependencies.
- Add support for PDB 2.0 format.

## 0.7.2

- Implement stricter and more consistent validation in `FromStr for DebugId`.
- `DebugId::from_breakpad` now properly validates the identifier.
- Remove internal dependencies on `regex` and `lazy_static`.

## 0.7.1

- Remove deprecated implementation of `Error::description` on errors.

## 0.7.0

- Update `uuid` to `0.8.1`.

## 0.6.0

_yanked_

## 0.5.3

- Only allow ASCII hex charactes in code identifiers.
- Implement `AsRef<str>` for `CodeId`.

## 0.5.2

- Implement conversion traits for `CodeId`.
- Always coerce code identifiers to lower case.

## 0.6.0 (yanked)

- Change `CodeId` to be a binary buffer instead of formatted string.

## 0.5.1

- Implement `Display` and `std::error::Error` for `ParseCodeIdError`.

## 0.5.0

- Add `CodeId`, an identifier for code files.
- Add `DebugId::nil` to create an empty id. This is the default.
- Add `DebugId::is_nil` to check whether a debug ID is empty.
- **Breaking Change:** The serde feature is now only called `"serde"`.

## 0.4.0

- **Breaking Change**: Require Rust 1.31.0 (Edition 2018) or newer
- Make parsing from string future-proof

## 0.3.1

Add a conversion from Microsoft GUIDs.

## 0.3.0

Update to `uuid:0.7.0`.

## 0.2.0

Renamed `DebugIdParseError` to `ParseDebugIdError`, according to Rust naming
guidelines.

## 0.1.1

Improved implementation of the `serde` traits.

## 0.1.0

Initial release.

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wasmtime-28.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-27.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-26.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-25.0.2 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-25.0.1 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-25.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-24.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-23.0.2 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-22.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-21.0.1 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-20.0.2 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-20.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-18.0.3 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-17.0.1 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-17.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-16.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-15.0.1 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-15.0.0 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-14.0.4 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md
wasmtime-14.0.3 ./ext/cargo-vendor/debugid-0.8.0/CHANGELOG.md