Skip to content

Commit

Permalink
#336: Codebase migrated to es module system (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring authored Jan 2, 2025
1 parent a40e1f3 commit 780bc69
Show file tree
Hide file tree
Showing 3,874 changed files with 74,058 additions and 73,104 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.idea/
.vscode/
node_modules/
out/
dist/
docs/
coverage/

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Jira.js changelog

### 5.0.0

todo
- createClient function was removed

### 4.0.3

- **Bug Fix:** Fixed an issue with the `Users.createUser` method by adding the required `products` property. Thanks to [Appelberg-s](https://github.com/Appelberg-s) for the [fix](https://github.com/MrRefactoring/jira.js/commit/362918093c20036049db334743e2a0f5f41cbcd4#diff-6960050bc2a3d9ffad9eb5e307145969dc4a38eb5434eebf39da545fd18e01b7R12).
Expand Down Expand Up @@ -276,7 +281,7 @@ Version 3: maxContentLength was increased for attachments upload. Thanks to [Rea
- `excludeId` property added to `findGroups` method in `Groups`.
- `orderBy`, `expand` and `queryString` properties added to `getAllIssueTypeSchemes` method in `IssueTypeSchemes`.
- `queryString`, `orderBy` and `expand` properties added to `getIssueTypeScreenSchemes` method in `IssueTypeScreenSchemes`.
- `sanitiseJqlQueries` method added to `JQL`.
- `sanitiseJqlQueries` method added to `Jql`.
- `excludeInactiveUsers` property added to `getProjectRole` method in `ProjectRoles`.
- `queryString`, `scope` and `orderBy` properties added to `getScreens` method in `Screens`.
- `expand`, `queryString` and `orderBy` properties added to `getScreenSchemes` method in `ScreenSchemes`.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 780bc69

Please sign in to comment.