All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.2.0 - 2022-02-17
- Kekulization of imidazole cycle of
L-histidine
residues.
- Refactored API to make failible operations return a result.
- Renamed
AminoAcid::from_code1
toAminoAcid::from_char
. - Renamed
AminoAcid::from_code3
toAminoAcid::from_code
.
AminoAcid::as_code
to view the 3-letter code of anAminoAcid
variant.L-pyrrolysine
,dehydroalanine
and(Z)-dehydrobutyrine
amino acids.- Support for cross-link modifications like cystine or lanthionine.
- Support for head-to-tail homodetic cyclization.
- Dedicated error type for the new possible errors.
v0.1.0 - 2022-01-15
Initial release.