Skip to content

Commit 780bc69

Browse files
#336: Codebase migrated to es module system (#339)
1 parent a40e1f3 commit 780bc69

File tree

3,874 files changed

+74058
-73104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,874 files changed

+74058
-73104
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.idea/
22
.vscode/
33
node_modules/
4-
out/
4+
dist/
55
docs/
66
coverage/
77

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Jira.js changelog
22

3+
### 5.0.0
4+
5+
todo
6+
- createClient function was removed
7+
38
### 4.0.3
49

510
- **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).
@@ -276,7 +281,7 @@ Version 3: maxContentLength was increased for attachments upload. Thanks to [Rea
276281
- `excludeId` property added to `findGroups` method in `Groups`.
277282
- `orderBy`, `expand` and `queryString` properties added to `getAllIssueTypeSchemes` method in `IssueTypeSchemes`.
278283
- `queryString`, `orderBy` and `expand` properties added to `getIssueTypeScreenSchemes` method in `IssueTypeScreenSchemes`.
279-
- `sanitiseJqlQueries` method added to `JQL`.
284+
- `sanitiseJqlQueries` method added to `Jql`.
280285
- `excludeInactiveUsers` property added to `getProjectRole` method in `ProjectRoles`.
281286
- `queryString`, `scope` and `orderBy` properties added to `getScreens` method in `Screens`.
282287
- `expand`, `queryString` and `orderBy` properties added to `getScreenSchemes` method in `ScreenSchemes`.
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.

0 commit comments

Comments
 (0)