Skip to content

Releases: fossology/Nirjas

Nirjas v1.0.1 Release

17 Mar 10:45
c9796a8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

Nirjas v1.0.0 Release

03 Nov 08:08
145eb84
Compare
Choose a tag to compare

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:

  1. Code quality improvement.
  2. Linter has been added.
  3. Dockerization for Nirjas.
  4. New functionality for extracting string assignment.
  5. Return dictionary for library calls has been implemented.

What's Changed

New Contributors

Full Changelog: 0.0.5...1.0.0

Nirjas v0.0.5 Release

13 Jan 09:40
b8ced44
Compare
Choose a tag to compare

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

18 Dec 06:06
ba0b980
Compare
Choose a tag to compare

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 <aman.dwivedi5@gmail.com>
@GMishx Gaurav Mishra <mishra.gaurav@siemens.com>
@pombredanne Philippe Ombredanne <pombredanne@nexb.com>
@shub-garg SHUBHAM GARG

Changelog

Improvements

  • b3bd629 feat(scss): added support for scss
  • 6740bdc feat(tsx): added support for tsx
  • 89c1f5d feat(dart): added support for dart
  • f542761 feat(reactjs): added support for react
  • 0bf4dc5 feat(typescript): added support for typescript

Infrastructure

  • 2973f79 updated test
  • af973b3 Correct minor typo

Fixes

  • 70b8777 fix(ci): Run test on push and PR as well
  • 9e56f24 Update main.py

Nirjas v0.0.3 Release

29 Jul 19:14
8709011
Compare
Choose a tag to compare

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 <mishra.gaurav@siemens.com>
@hastagAB - Ayush Bhardwaj <classicayush@gmail.com>
@Kaushl2208 - Kaushlendra Pratap <kaushlendrapratap.9837@gmail.com>

Features/Enhancements

  • Unittest CI Added
  • Directory name changed to Nirjas
  • Code Improvements
  • Bug Fixes

Nirjas v0.0.2 Release

26 Jul 11:15
Compare
Choose a tag to compare

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 <classicayush@gmail.com>
@Kaushl2208 - Kaushlendra Pratap <kaushlendrapratap.9837@gmail.com>

Features

  • Text File Support
  • Matched with Atarashi Usage
  • Code Improvements
  • Bug Fixes

Nirjas 0.0.1 release

11 Jul 15:41
b5981b0
Compare
Choose a tag to compare

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 <classicayush@gmail.com>
@Kaushl2208 - Kaushlendra Pratap <kaushlendrapratap.9837@gmail.com>

Features

  • Comment extraction (support for 20 languages)
  • source code extraction (support for 20 languages)
  • metadata extraction from files