v3.4.0
- Renamed project's main module to
yvsfor more concise names and better adherence to Python convention- PEP 8 discourages the use of of underscores in package names
- Updated language utility
- Parameterized functions to receive and return only the necessary parameters (as opposed to passing and mutating a single parameters object which contains everything)
- Improve consistency and resilience in how the language utility handles character encodings