# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] - YYYY-MM-DD
No items.
## [0.5.2] - 2026-06-18
### Changed
- Polish etc.
## [0.5.1] - 2025-07-14
### Changed
- Polish documentation.
## [0.5.0] - 2025-07-02
### Added
- Add `as_ptr` method.
### Changed
- Some method are are no longer inline.
## [0.4.1] - 2025-06-23
### Changed
- Minor refactoring.
## [0.4.0] - 2025-06-23
### Changed
- Rust edition is updated to 2024.
- Polish documentation.
## [0.3.2] - 2024-11-30
### Changed
- Improve documentation.
## [0.3.1] - 2024-11-30
### Added
- Add `prelude` module.
### Changed
- Improve documentation.
## [0.3.0] - 2024-11-26
### Added
- Add `base`, `as_base`, `from_base` method.
### Removed
- `upgrade_ref` method (unsafe misusing...).
- `NrCell` and `NwCell` (not essential...).
[Unreleased]: https://github.com/nossie531/easy_node/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/nossie531/easy_node/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/nossie531/easy_node/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/nossie531/easy_node/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/nossie531/easy_node/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/nossie531/easy_node/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/nossie531/easy_node/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/nossie531/easy_node/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/nossie531/easy_node/compare/v0.2.0...v0.3.0