Commit Graph

18 Commits

Author SHA1 Message Date
Ian Bull
c817a5a781
refactor(log): align additional error messages (#5801) 2024-08-24 23:55:45 +09:00
Asher Gomez
d50e074a55
BREAKING(log): remove WARNING log level (#4258)
* BREAKING(log): remove deprecated APIs

* update
2024-02-02 16:57:14 +11:00
Asher Gomez
fc816ef2e4
deprecation(log): deprecate LogLevels.WARNING (#4170)
* deprecation(log): deprecate `LogLevels.WARNING`

* change
2024-01-12 16:07:06 +11:00
Asher Gomez
c79d68b905
BREAKING(log): remove deprecated APIs (#4104) 2024-01-09 10:43:19 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
David Sherret
b0803619af
refactor: add some missing explicit types (#3997)
* refactor: add some missing return types and mark some non-exported types as `@internal`

* Update expect/fn.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Remove @internals

* nits

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-19 00:26:13 +00:00
realpha
6a9c12f7de
deprecate(log): remove enums and add deprecation notices (#3855)
* feat(log): replaced LogLevels enum with object and enforced stricter types

* feat(log): updated types

* chore(log): updated types in tests

* chore(log): retain bimap for const object and add deprecation notices

* refactor(log): added deprecation notices and hardened level setter

* feat(log): added LogLevel to module API

* chore(log): removed unnecessary type casts in tests

* chore(log): remove unused import in test files

* tweaks

* tweak

* fmt

* Revert "fmt"

This reverts commit f3d6897d1e.

* Revert "tweak"

This reverts commit 67edf66091.

* Revert "tweaks"

This reverts commit ab8cca47ad.

* remove types from JSDocs

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-11-28 06:26:21 +11:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Leo Kettmeir
aba5017d43
docs: reorganize docs (#2658) 2022-11-25 12:40:23 +01:00
Jesse Jackson
58204e6f56
refactor: mark modules as browser compatible (#1972) 2022-03-01 13:25:50 +09:00
Yoshiya Hinosawa
808fe203e0
chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
Ryan Dahl
48a2496dbe update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
Christopher Dieringer
135a60e5e9 refactor(log): support enum log level (denoland/deno#4859) 2021-02-01 10:46:57 +00:00
Kitson Kelly
7914eae5f0 Update to Prettier 2 and use ES Private Fields (denoland/deno#4498) 2021-02-01 10:46:57 +00:00
Ry Dahl
3a9eb92372 Happy new year! (denoland/deno#3578) 2021-02-01 10:46:56 +00:00
Bartek Iwańczuk
be24677d15 chore: Implement strict mode (#453) 2019-05-30 08:59:30 -04:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00