This release improves the code base with a new approach using Inja template engine to replace how the program finds the corresponding language template and create it. This version utilizes the C++20 STD.
What's Changed
- Adding support for scheme by @TailonR in #6
- Added support for R lang by @CubixPro in #7
- Add support for TOML lang by @ion232 in #10
- Add support for Swift by @mehulbhat in #12
- Added support for PL/SQL. by @joey2031 in #15
- Added Bash support by @SkyBlueFlash in #14
- Order lines alphabetically + add C-Intercal by @CGS-Jack-Bashford in #16
- Add support for prolog. by @bentglasstube in #17
- Added BASIC,SCALA,VHDL,VERILOG,JULIA And some missing extensions in already present programming language(s). by @Akshat1Nar in #18
- Added support for Pascal #1 by @vineet7299 in #20
- Added Support for Elixir - Issue #1 by @manish70668 in #19
- Added Support for Julia by @R1D3R175 in #21
- Added support for PONY language by @theantisocialextrovert in #22
- Fix logic for getting extension from file name by @j-tesla in #23
- Convert to cmake for Windows, Linux and Mac by @pm100 in #25
- Fixes to overwrite prompt by @pm100 in #28
- Update README file by @alucardthefish in #29
- Add support for Scala by @Max1mu5 in #30
- Inja spike c++20 - Resolves Issue #9 by @alucardthefish in #31
New Contributors
- @TailonR made their first contribution in #6
- @CubixPro made their first contribution in #7
- @ion232 made their first contribution in #10
- @mehulbhat made their first contribution in #12
- @joey2031 made their first contribution in #15
- @SkyBlueFlash made their first contribution in #14
- @CGS-Jack-Bashford made their first contribution in #16
- @bentglasstube made their first contribution in #17
- @Akshat1Nar made their first contribution in #18
- @vineet7299 made their first contribution in #20
- @manish70668 made their first contribution in #19
- @R1D3R175 made their first contribution in #21
- @theantisocialextrovert made their first contribution in #22
- @j-tesla made their first contribution in #23
- @pm100 made their first contribution in #25
- @alucardthefish made contribution in #29
- @Max1mu5 made their first contribution in #30
Full Changelog: v2.1.1...v3.0.0