Releases: Susurrus-LLC/langua
Releases · Susurrus-LLC/langua
Langua v0.2.2
Added 0.2.2
- Add option to distinguish case in Frequen.
- Add filtering to the Frequen results.
- Add information about saving and opening settings in FrequenHelp.
- Add acknowledgments to the bottom of GenHelp and FrequenHelp.
- Create a Help component.
Changed 0.2.2
- Update Gen description in meta tags, in Home, and in the README.
- Refactor all Help pages to use the new Help component.
- Fix bug with opening a
.lngg
file not updating state immediately. - Update dependencies.
Langua v0.2.1
Added 0.2.1
- Add test script that doesn't include coverage reporting.
- Add Prettier Standard for automatic reformatting to Standard format.
- Add table to Frequen to display data results.
- Add instructions to FrequenHelp.
Changed 0.2.1
- Fix issue where re-analyzing didn't update Frequen analysis until refresh.
- Improve appearance of Frequen's graphical output.
- Update dependencies.
Removed 0.2.1
- Remove
disabled
formatting for Frequen in the Header and the Home page.
Langua v0.2.0
Added 0.2.0
- Add PropTypes.
- Add Codacy and codacy-coverage.
- Add eslint and codacy-coverage to TravisCI.
- Add remark-lint.
- Add basic structure of Frequen tool.
- Add graphical analysis to Frequen tool, including tooltips to show exact data.
- Fill out remaining information in the Gen Help file.
- Adjust page centering to remain consistent as the vertical scrollbar appears or disappears.
Changed 0.2.0
- Change
file.name.slice(-5) === '.lngg'
tofile.name.endsWith('.lngg')
. - Open files directly when clicking the Open button, rather than unhiding a file input element. (See issue #50.)
- Refactor Home panels into a separate component for reusability.
- Refactor Gen component form handling.
- Update dependencies.
Removed 0.2.0
- Remove Flow.
Langua v0.1.6
Added 0.1.6
- Add v0.1.2 to this CHANGELOG.
- Add links to GitHub's version comparing for each of the versions.
- Add Renovate integration to continually maintain dependencies.
- Add function to save Gen settings to a
.lngg
text file. - Add function to open
.lngg
files, process and validate the content, and load the settings into Gen. - Improve error checker when finding circular references in the Subpatterns.
- Expand the error checker that finds undefined variables in the Pattern to check Subpatterns as well.
Changed 0.1.6
- Fix bug preventing variable use within Subpatterns.
- Update dependencies.
Langua v0.1.5
Added 0.1.5
- Add
role
to<button>
elements, and giveButtonLink
componentsrole='link'
. - Add an input error checker that verifies the Gen input is valid and displays an error if it is not.
- Add Flow type checking to all JavaScript files.
- Add a few basic unit tests to the site's source files.
Changed 0.1.5
- Update the Filter Duplicates option so that it updates the results immediately, rather than needing to re-generate the results before taking effect.
- Change HelpLink component (a link styled like a button) to a ButtonLink component (a button that changes the URL). (See issue #13.)
- Refactor GenService so it reads in order without needing to call an internal function for getStats().
- Change internal links in the README to relative links.
- Link to the CHANGELOG in the footer instead of to the README#versioning header.
- Refactor the top-level Router into its own page so that index.js only handles rendering.
- Update dependencies.
Langua v0.1.4
Added 0.1.4
- Create this Changelog. (See issue #9.)
- Add toast notifications to indicate: (See issue #12.)
- The app has been fully cached and can be accessed offline.
- An updated verision of the app is available and can be loaded by reloading the page.
- An internet connection is unavailable and the app is being served from the cache.
- Add locale formatting to the statistics shown at the bottom of the Gen page. (See issue #10.)
Changed 0.1.4
- Reformat some of the code to use regex instead of naming several different possible matches.
- Refactor code from Gen component to GenService external service.
- Clarify deployment documentation in README.md.
- Update dependencies.
Removed 0.1.4
- Delete the
console.log()
calls and reformatted some of the code within the Gen results function. - Remove react-snap from the build process for now, since it currently assigns CSS classes incorrectly. (See issue #11.)
Langua v0.1.3
Langua v0.1.3 encompasses the basic functionality of the Gen tool, but no other tools. Within the Gen tool, only literals and options work; none of the other syntax has been added yet.
Added 0.1.3
- Add calculation of maximum words and filtered words.
- Create pull request template.
- Create CONTRIBUTING.md guidelines.
- Add version number to issue template.
- Add link to CONTRIBUTING.md to README.md.
Changed 0.1.3
- Update typography CSS to improve spacing.
- Refactor typography CSS among elements with shared styling.
- Clarify deployment documentation in README.md.