# Changelog ## v1.4.2 * Remove GPLv3 logo. ## v1.4.1 * Change docs to markdown. ## v1.4.0 * Move download functionality to the `download` module. * Move file system functionality to the `storage` module. * In the `types` module, the `NavaidType`, `NavaidUsageType`, `NavaidPower`, and `AirportType` enums were renamed to `Type`, `UsageType`, `Power`, and `Type` respectively, within their corresponding modules. Fixes Clippy warnings in pedantic mode. * Add rust doc to the types. ## v1.3.0 * Change `get_id()` to `id()` to follow rust getter naming conventions. * Make the struct fields public. * Update docs on some functions. * Change License to MIT. * Update testing files. * Use `PathBuf` instead of `&str` internally. * Revert Keywords to `String` instead of `Vec`. * Switch to blocking reqwest. ## v1.2.0 * Add implementation of Eq, PartialEq, Ord, PartialOrd and Hash to the types. * Change the ID type to `u64`. * Use Enum where possible. * Add custom error types. ## v1.1.0 * Add the file path to the API. * Add missing tests. * Fix linting errors. ## v1.0.0 * Initial release.