Releases: MechaDragonX/L
Releases · MechaDragonX/L
Parsing Algorithm - v1.1
- Hotfixes in Parser and Lambda Function
Parsing Algorithm - v1.0
- Downgrade to .NET Core v2.1 so for AWS Lambda compatibility.
- Add methods for reading from IO stream for AWS Lambda (not accessible in this application since the average end user will not be able to get that data)
- Minor errors fixed in console messages
Parsing Algorithm - v0.3.2
Fix a few minor issues in the console statements
Parsing Algorithm - v0.3.1
Fix a typo in the text that appears in the command line application.
"deuduction" => "deduction"
Parsing Algorithm - v0.3
Fix bug in educational experience where it adds skills, if it's right underneath the educational experience.
Parsing Algorithm - v0.2a
Fix some serialization issues in deployment and allow the .json
file to go to a custom path.
Parsing Algorithm - v0.1a
A functional version of the parsing algorithm part of the application.