Releases: fossology/Nirjas
Nirjas v1.0.1 Release
What's Changed
- chore(setup.py): Update Development status by @Kaushl2208 in #53
- Added issue template by @soham4abc in #54
- feat(sql): Add sql language support by @its-sushant in #55
- Added support for Julia language by @soham4abc in #52
- feat(julia): Add julia language support by @aman1971 in #56
- fix(module): fix import of LanguageMapper by @GMishx in #57
New Contributors
- @its-sushant made their first contribution in #55
- @aman1971 made their first contribution in #56
Full Changelog: 1.0.0...1.0.1
Nirjas v1.0.0 Release
This is the first stable release of Nirjas
Packages available at: https://pypi.org/project/Nirjas/1.0.0/
There are few big structural and functional changes have been made to the code. Following:
- Code quality improvement.
- Linter has been added.
- Dockerization for Nirjas.
- New functionality for extracting string assignment.
- Return dictionary for library calls has been implemented.
What's Changed
- fix(cd): Install wheel before packaging by @GMishx in #31
- update(README): Remove hits counter button by @hastagAB in #35
- fix(regex): Add negative lookbehind for string by @GMishx in #32
- chore(code-quality): Improve code quality reported by pylint by @GMishx in #33
- Added Docker image support by @aswinmurali-io in #43
- added new function-extractAssignedSring by @Yoda-Canada in #42
- feat(docker): Multi stage build by @GMishx in #44
- Documentation updated for
-p
argument by @soham4abc in #48 - Output class by @ha36d in #47
- Flake8 Linter added by @soham4abc in #49
- New Release for Nirjas by @Kaushl2208 in #50
New Contributors
- @aswinmurali-io made their first contribution in #43
- @Yoda-Canada made their first contribution in #42
- @soham4abc made their first contribution in #48
- @ha36d made their first contribution in #47
Full Changelog: 0.0.5...1.0.0
Nirjas v0.0.5 Release
This is the fifth release of Nirjas.
The project can be found on PyPI at https://pypi.org/project/Nirjas/
New changes include:
- Refactoring of multiline comment detection.
- Refactoring of single line comment regex.
Nirjas v0.0.4 Release
This is the fourth release of Nirjas.
The project is live at PyPI and can be found at https://pypi.org/project/Nirjas/
This releases adds support for following 5 new languages:
- Typescript (.ts)
- Dart (.dart)
- Scss (.scss)
- React js (.jsx)
- Tsx (.tsx)
Credits to contributors for 0.0.4
@Aman-Codes Aman Dwivedi <[email protected]>
@GMishx Gaurav Mishra <[email protected]>
@pombredanne Philippe Ombredanne <[email protected]>
@shub-garg SHUBHAM GARG
Changelog
Improvements
b3bd629
feat(scss): added support for scss6740bdc
feat(tsx): added support for tsx89c1f5d
feat(dart): added support for dartf542761
feat(reactjs): added support for react0bf4dc5
feat(typescript): added support for typescript
Infrastructure
2973f79
updated testaf973b3
Correct minor typo
Fixes
70b8777
fix(ci): Run test on push and PR as well9e56f24
Update main.py
Nirjas v0.0.3 Release
This is the third release of Nirjas.
The project is live at PyPI and can be found at https://pypi.org/project/Nirjas/
Credits to contributors for 0.0.3
@GMishx - Gaurav Mishra <[email protected]>
@hastagAB - Ayush Bhardwaj <[email protected]>
@Kaushl2208 - Kaushlendra Pratap <[email protected]>
Features/Enhancements
- Unittest CI Added
- Directory name changed to Nirjas
- Code Improvements
- Bug Fixes
Nirjas v0.0.2 Release
Version 2 release of Nirjas.
The project is live at PyPI and can be found at https://pypi.org/project/Nirjas/
Credits to contributors for 0.0.1
@hastagAB - Ayush Bhardwaj <[email protected]>
@Kaushl2208 - Kaushlendra Pratap <[email protected]>
Features
- Text File Support
- Matched with Atarashi Usage
- Code Improvements
- Bug Fixes
Nirjas 0.0.1 release
This is the first release of Nirjas.
The project is live at PyPI and can be found at https://pypi.org/project/Nirjas/
Credits to contributors for 0.0.1
@hastagAB - Ayush Bhardwaj <[email protected]>
@Kaushl2208 - Kaushlendra Pratap <[email protected]>
Features
- Comment extraction (support for 20 languages)
- source code extraction (support for 20 languages)
- metadata extraction from files