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.
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Changelogs are for humans, not machines. There should be an entry for every single version. The same types of changes should be grouped. Versions and sections should be linkable. The latest version comes first. The release date of each version is displayed. Mention whether you follow Semantic Versioning.
Added for new features. Changed for changes in existing functionality. Deprecated for soon-to-be removed features. Removed for now removed features. Fixed for any bug fixes. Security in case of vulnerabilities. ## [Unreleased]
runes()
futhark argument optionrunes()
function to determine which futhark set to userunes_table()
now has futhark
and branch
arguments so you can differentiate which translation table you’d like be it elder, younger-short, or younger-longrunes()
it will now accept a new argument “futhark” which defaults to “elder” to maintain prior functionality but now different futhark rune sets can be chosen such as younger futharktolower()
functionality as some rune sets have case sensitive conversions and with regex the case wont matter for the other sets if [aA] is used for ‘A’ in the elder setsrunes_table()
create a 3 column data frame with the unicode sequence, transcription, and character of the entire Elder Futhark alphabet to be used for inputting into documents, reference, or any other purposerunes()
hide=FALSE
is now the default option but when set to true, the English ‘x’ & ‘q’ characters will not pass through the function and appear at all since there is no equivalent rune.