Skip to content

Nirjas v0.0.4 Release

Compare
Choose a tag to compare
@GMishx GMishx released this 18 Dec 06:06
· 54 commits to master since this release
ba0b980

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 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