Skip to content

Commit 2a42148

Browse files
committed
breaking change: changed behavior of $day, Added $dayOfWeek
1 parent 47a74b9 commit 2a42148

File tree

129 files changed

+361
-304
lines changed

Some content is hidden

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

129 files changed

+361
-304
lines changed

dist/native/time/clearInterval.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/clearInterval.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/clearInterval.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/clearTimeout.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/clearTimeout.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/clearTimeout.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/day.d.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
import { ArgType, NativeFunction } from "../../structures";
2-
export declare enum ExtendedTimeFormat {
3-
Numeric = "numeric",
4-
TwoDigit = "2-digit",
5-
Long = "long",
6-
Short = "short",
7-
Narrow = "narrow"
8-
}
2+
import { BasicTimeFormat } from "./hour";
93
declare const _default: NativeFunction<[{
104
name: string;
115
description: string;
126
rest: false;
137
type: ArgType.Enum;
14-
enum: typeof ExtendedTimeFormat;
8+
enum: typeof BasicTimeFormat;
159
}], true>;
1610
export default _default;
1711
//# sourceMappingURL=day.d.ts.map

dist/native/time/day.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/day.js

Lines changed: 5 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native/time/day.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)