# 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.1.2] - 2019-04-22 Fixed issues, tested against desktop, added this file. Minor updates to downstream code that were showing false positives resolved part of this. Additional updates to this code (adding the `force-conversion` feature) made some of these issues clearer. ### Added * This file; * Tests internally against hardcodes which perform local tests on Big and Little Endian targets; * `force-conversion` feature to force conversion regardless of `target_endian` (to allow better testing on middle and mixed endian platforms that misreport due to bad core implementations). ### Fixed * Bad constant hardcodes which were breaking things (downstream inversion of values from before this crate was split out). ## [0.1.1] - 2019-04-22 Attempted to fix initial mistakes. ### Added * `ISSUES.md` to explain the issues faced in development. ### Fixed * `get_byte_order_128` * `get_byte_order_64` * `get_byte_order_32` * `get_byte_order_16` ### Removed * `is_big_endian` * `is_little_endian` ## [0.1.0] - 2019-04-21 ### Added * `is_big_endian` * `is_little_endian` * `get_byte_order_128` * `get_byte_order_64` * `get_byte_order_32` * `get_byte_order_16`