Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Denosaurs

Developing deno modules like denon
Collective - Host: opensource - https://opencollective.com/denosaurs - Website: https://denosaurs.land - Code: https://github.com/denosaurs

BREAKING: remove custom implementation of Deno.Buffer.toString() (#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object].

Reason for removal...

github.com/denosaurs/deno_desktop - d308e8d0c0469419517e05a36ba070633168dc67 authored almost 5 years ago
feat(std/path): Add fromFileUrl() (#4993)

Fix: URL constructor accepts a URL object which is not a base

github.com/denosaurs/deno_desktop - b51c863550cb377f6e720bccf4f1485ed8d97222 authored almost 5 years ago
BREAKING: Include limited metadata in 'DirEntry' objects (#4941)

This change is to prevent needed a separate stat syscall for each file
when using readdir.

F...

github.com/denosaurs/deno_desktop - 3e6ea6284178df0be4982d9775f47b47b14c6139 authored almost 5 years ago
BREAKING: Map-like interface for Deno.env (#4942)

github.com/denosaurs/deno_desktop - 721a4ad59d4a8bdd8470d6b98839137f14c84ba9 authored almost 5 years ago
adjust docs for std/log (#4984)

github.com/denosaurs/deno_desktop - 17cf2ecdacea2254c06374866c4e7e83e282226d authored almost 5 years ago
Make Deno.isatty stable (#4937)

github.com/denosaurs/deno_desktop - 2337fca277e84e063549479a63a45820fcead49c authored almost 5 years ago
fix: Make std/io copyN write the whole read buffer (#4978)

github.com/denosaurs/deno_desktop - ec41fb69ccabf012a6368a8df5166578e5ee2307 authored almost 5 years ago
fix: bug in Deno.copy (#4977)

github.com/denosaurs/deno_desktop - 0703431ec23efbde59669cc0568ec740909e47d7 authored almost 5 years ago
refactor: Deno.listener closes when breaking out of async iterator (#4976)

github.com/denosaurs/deno_desktop - 640f6878f61204bf7211cd9f0750b3ab6dee57b8 authored almost 5 years ago
Move the docs like `@param [obj.prop]` to the interface. (#4974)

github.com/denosaurs/deno_desktop - 6fd754fba06ab3e3c4447fe118e780aa5040a419 authored almost 5 years ago
refactor: factor out datagram from Deno.listen(), make it unstable (#4968)

This commit changes Deno.listen() API by factoring out datagram listeners to Deno.listenDatagram...

github.com/denosaurs/deno_desktop - 1b6181e434422d3fe5aa49f59f1e7adc4ec4ce8f authored almost 5 years ago
Remove Conn.closeRead (#4970)

github.com/denosaurs/deno_desktop - ea28a088a473083cb759a3264235005a25450cbc authored almost 5 years ago
Fix stdin not formatting JSX (#4971)

github.com/denosaurs/deno_desktop - f899d76667e9a3d96a685c2e920adf17a6d448bf authored almost 5 years ago
refactor: change InspectOptions, make Deno.inspect stable (#4967)

github.com/denosaurs/deno_desktop - 6ee00e4da31ba040d63c756d9354391310d6f1a7 authored almost 5 years ago
BREAKING: Remove Deno.EOF, use null instead (#4953)

github.com/denosaurs/deno_desktop - 678313b17677e012ba9a07aeca58af1aafbf4e8c authored almost 5 years ago
BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOptions (#4959)

github.com/denosaurs/deno_desktop - 47c2f034e95696a47770d60aec1362501e7f330d authored almost 5 years ago
BREAKING: Use LLVM target triple for Deno.build (#4948)

Deno.build.os values have changed to correspond to standard LLVM target triples
"win" -> "windo...

github.com/denosaurs/deno_desktop - e0ca60e7707b5896ce67301aefd1de4a76e3cf75 authored almost 5 years ago
mark Deno.startTls as unstable (#4965)

github.com/denosaurs/deno_desktop - f7ab19b1b7ba929f7fd1550e2e4ecebe91cd9ea3 authored almost 5 years ago
refactor(cli/js/permissions): Split read and write permission descriptors (#4774)

github.com/denosaurs/deno_desktop - 76ee6fb335f2ad779402e746d81c72f6c87614d9 authored almost 5 years ago
url: Make zero a valid port (#4963)

github.com/denosaurs/deno_desktop - 927a771fa438ed9833a82fd87521bef50f4b4adc authored almost 5 years ago
refactor: rename sync io interfaces (#4945)

This commit renames sync io interfaces:
* SyncReader -> ReaderSync
* SyncWriter -> WriterSync
...

github.com/denosaurs/deno_desktop - 2cb875bcfb272057e83ed56b9020291837d96998 authored almost 5 years ago
doc: remove unstable API marker form Deno.Metrics and Deno.RunOptions (#4949)

github.com/denosaurs/deno_desktop - b980b26d853ef4a8d3dd64ba8a4d4cdbda369c41 authored almost 5 years ago
BREAKING: remove overload of Deno.test() (#4951)

This commit removes overload of Deno.test() that accepted named
function.

github.com/denosaurs/deno_desktop - 8feb30e3258ed9690eb850e3ca22842b260a0403 authored almost 5 years ago
refactor: remove combined io interface like ReadCloser (#4944)

This commit removes "combined" interfaces from cli/js/io.ts; in the
like of "ReadCloser", "Writ...

github.com/denosaurs/deno_desktop - b508e845671de9351c3f51755647371d76128d29 authored almost 5 years ago
refactor: rename SeekMode variants to camelCase and stabilize (#4946)

github.com/denosaurs/deno_desktop - dea3ca39ba6c4eedd397af700f3754a8fc10ec23 authored almost 5 years ago
Make shutdown unstable and async (#4940)

github.com/denosaurs/deno_desktop - 30dc9bb748f7885a8fd7fe1210e18bf45ee063b8 authored almost 5 years ago
fix(#4769) Adds readTextFile, writeTextFile, with sync counterparts (#4901)

github.com/denosaurs/deno_desktop - de751e5221cd2eafbdd9cddfb58b0619d74c0504 authored almost 5 years ago
Change URL.port implementation to match WHATWG specifications (#4954)

Changed `URL.port` implementation to match [WHATWG
specifications](https://url.spec.whatwg.org/...

github.com/denosaurs/deno_desktop - 2fc5878668d8f08ec6989d07e79125d640a73d43 authored almost 5 years ago
Make Deno.kill unstable (#4950)

github.com/denosaurs/deno_desktop - 15099cc0160a6f1bc5f569c44018da6f5a186138 authored almost 5 years ago
make utime unstable (#4955)

github.com/denosaurs/deno_desktop - 22b1a302f48bc1fdea27f19cd1e5740c1ff72cbc authored almost 5 years ago
refactor: remove stdio interfaces, use intersection types (#4952)

github.com/denosaurs/deno_desktop - 76641eb05e687a6684780abbf89226ecedf19a79 authored almost 5 years ago
Make import maps unstable (#4934)

github.com/denosaurs/deno_desktop - e6f70c77ee675848b084e6c5e6342ad516293d39 authored almost 5 years ago
BREAKING: Remove Deno.symbols namespace (#4936)

github.com/denosaurs/deno_desktop - 4041a7b8576047021c2eec711f013c6f01e471e0 authored almost 5 years ago
docs: document default value of sanitizeOps and sanitizeResources (#4943)

github.com/denosaurs/deno_desktop - 2f0641885c62ba6a1e58ae0030f635efd3f35b2a authored almost 5 years ago
loadavg and osRelease made unstable (#4938)

github.com/denosaurs/deno_desktop - f2d5e6f58ac6e1f58091edf74053aaa695a26b8e authored almost 5 years ago
Make unix sockets require allow-write (#4939)

github.com/denosaurs/deno_desktop - 95a08857f10c4eb1233c8a3f07845a2000b87d36 authored almost 5 years ago
Mark Deno.umask unstable (#4935)

github.com/denosaurs/deno_desktop - a1974cbe43b8a223e74640df1603b80f1b801347 authored almost 5 years ago
Rename FileInfo time fields and represent them as Date objects (#4932)

This patch also increases the resolution of reported file times to
sub-millisecond precision.

github.com/denosaurs/deno_desktop - ee4e6a1ef9f51beaaef5e189302afe1db68ff6c1 authored almost 5 years ago
Improve std/http/io.ts parseHTTPVersion (#4930)

github.com/denosaurs/deno_desktop - c190a0dbc48e7de6a63a2f633f59054d40800600 authored almost 5 years ago
fix(console): don't throw RangeError when an invalid date is passed (#4929)

github.com/denosaurs/deno_desktop - d440495b6bc20eb8008397f3c744d8fa1ab578f5 authored almost 5 years ago
signal APIs should require --unstable (#4926)

github.com/denosaurs/deno_desktop - 62976a1c948e35e14a518e0134d20b497f8f9910 authored almost 5 years ago
fix(core): fix top-level-await error handling (#4911)

github.com/denosaurs/deno_desktop - 7a94ea08e968873d8ead365b7721357199d80be2 authored almost 5 years ago
Make Deno.setRaw and Deno.isatty unstable (#4925)

github.com/denosaurs/deno_desktop - dd0b25e313c5ad89f4ce3dd0929d2d77220a4b8c authored almost 5 years ago
Make Deno.dir unstable (#4924)

github.com/denosaurs/deno_desktop - 3e9b0da346e61f900120285a150b70aa1ae5724e authored almost 5 years ago
Make runtime compile ops unstable (#4912)

github.com/denosaurs/deno_desktop - 4036be2ab2db0c5f146d1c4246e6d5acb337f9ec authored almost 5 years ago
refactor: factor out AstParser from DocParser (#4923)

github.com/denosaurs/deno_desktop - 1f52d180c08b5fc060ecf9d24e4d7f31377479b7 authored almost 5 years ago
refactor: decouple Console implementation from stdout (#4899)

When creating a console instance, one must pass "printFunc" arg
which is used internally by Con...

github.com/denosaurs/deno_desktop - 8e9ab9e33ea2c972762cc345c584391c37731b33 authored almost 5 years ago
BREAKING: remove Deno.runTests() API (#4922)

Deno.runTests() interface is not yet good enough to be exposed
publicly with stability guarante...

github.com/denosaurs/deno_desktop - 8e4333fd99bdc71020c4e2d135da8315f94d9763 authored almost 5 years ago
feat(std/uuid): Implement uuid v5 (#4916)

github.com/denosaurs/deno_desktop - df0000ff0a3ce20292fe73b909cd31bd352d5266 authored almost 5 years ago
bug fix and tests for std/node/fs/mkdir (#4917)

github.com/denosaurs/deno_desktop - 516d970fd30cae6df071f6f2c8a980558b264438 authored almost 5 years ago
feat(test): add quiet flag (#4894)

github.com/denosaurs/deno_desktop - fe5b1517556bff899da628abc0b17b2bcfa9ce58 authored almost 5 years ago
fix: typo fs readme.md (#4903)

github.com/denosaurs/deno_desktop - e10ee045ed24bca009fbb30e8ec7d94cdd097cdc authored almost 5 years ago
Increase copyN buffer size to match go implementation (#4904)

github.com/denosaurs/deno_desktop - 128dce0d8a2ae062d0d85918da841a6f6aa2198a authored almost 5 years ago
fix(std/fs): move dest if not exists and overwrite (#4910)

github.com/denosaurs/deno_desktop - 49cad79fb1f908131db2a7918f97b6d2e6275f90 authored almost 5 years ago
reorder copyN arguments to match Deno.copy (#4900)

github.com/denosaurs/deno_desktop - 4f9bb11444ba7236f28ef1e722100b485c185c7c authored almost 5 years ago
Add buffer size argument to copy (#4907)

github.com/denosaurs/deno_desktop - 26dfd3c110ced12f2bd374de391c2c05e24290d8 authored almost 5 years ago
core: add id field to RecursiveModuleLoad (#4905)

This commit unifies handling of ids for main module/dynamic
import loads in EsIsolate.

github.com/denosaurs/deno_desktop - f7d1f82796ac49c43d5a0075f86cfd8f83d83889 authored almost 5 years ago
the scheme bits of an uri is case-insensitive; https://tools.ietf.org/html/rfc3986#section-3.1 (#4909)

github.com/denosaurs/deno_desktop - fe6a6704541563bcc3b7cff03359356bb88a560c authored almost 5 years ago
BREAKING CHANGE: change return type of Deno.resources() (#4893)

github.com/denosaurs/deno_desktop - 62150dd32860a1eb9e7b7ab87f97f8b9cb9a1334 authored almost 5 years ago
fix(cli/js/symbols): Update symbol descriptions (#4878)

Don't use Symbol.for() to define Deno.symbols.customInspect.

github.com/denosaurs/deno_desktop - b33685e94bb8edbbaabd67a01bff429bf4e49168 authored almost 5 years ago
introduce unstable flag, make a few things unstable (#4892)

github.com/denosaurs/deno_desktop - 0c47cd67850e4c195212c8edfcb3a62b8435ed3a authored almost 5 years ago
refactor(std/log): support enum log level (#4859)

github.com/denosaurs/deno_desktop - b28e60ecaf5d48c36cb435361834f4884d9451c2 authored almost 5 years ago
chdir should require --allow-write (#4889)

github.com/denosaurs/deno_desktop - f8d83361cd11d3aa42333171ecb6b129fdcbefeb authored almost 5 years ago
remove bootstrap methods from global scope after bootstrapping (#4869)

github.com/denosaurs/deno_desktop - 1378df33647e2608733d88121b77ff2f839cddfa authored almost 5 years ago
change type of stdio handles in JS api (#4891)

github.com/denosaurs/deno_desktop - 912a57f6a20c632c306f4e044df7618a3971abbf authored almost 5 years ago
BREAKING CHANGE: remove Deno.OpenMode (#4884)

This commit removes Deno.OpenMode along with overloaded variants
of Deno.open() and Deno.openSy...

github.com/denosaurs/deno_desktop - 4a8d25646aa58e3e59d622e69c41822b40415c46 authored almost 5 years ago
BREAKING CHANGE: change order of args in Deno.copy() (#4885)

github.com/denosaurs/deno_desktop - 0cb1bb98cc2de8dfe51b7adbe992666936146c90 authored almost 5 years ago
add help messages to Deno.test() sanitizers (#4887)

github.com/denosaurs/deno_desktop - 833539fcafa77f341b74498b37372a61c5f10418 authored almost 5 years ago
stabilize Deno.iter() and Deno.iterSync() (#4890)

github.com/denosaurs/deno_desktop - e9fa6b87cea7f564d69f2918b4811a570a770f73 authored almost 5 years ago
BREAKING CHANGE: rename Deno.fsEvents() to Deno.watchFs() (#4886)

github.com/denosaurs/deno_desktop - 824329f0daa4dfada11ccc4c15a7db6c1886c45f authored almost 5 years ago
BREAKING CHANGE: rename TLS APIs to camel case (#4888)

This commit renames all APIs containing "TLS" to use camel case
(connectTLS -> connectTls, etc.)

github.com/denosaurs/deno_desktop - 6a37e4426e686028c38d5e915d91e587c5966804 authored almost 5 years ago
create readme for std/bytes (#4876)

github.com/denosaurs/deno_desktop - 6efdacddf30b5247b66596a44226687ff21a8f80 authored almost 5 years ago
fix clippy (#4875)

github.com/denosaurs/deno_desktop - 0da042c6fe067996e09f5c544502534b14b48713 authored almost 5 years ago
Parallelized deno fmt (#4823)

github.com/denosaurs/deno_desktop - f952d69eec957fcbefefd26220232fee6effe3e0 authored almost 5 years ago
Wrote some readme

github.com/denosaurs/denon - 982350e594a71f6f6b0daafd7e0b1fee83d4e55e authored almost 5 years ago
upgrade: Rust 1.43.0 (#4871)

github.com/denosaurs/deno_desktop - da6d0c27605961ce797b6c9aca6807147c165a8b authored almost 5 years ago
Updated readme to reflect new fmt and test command

github.com/denosaurs/denon - b5e889915097c6ea0aaeaef038c4cbb30c5bb104 authored almost 5 years ago
feat: Added fmt and test flags (#27)

BREAKING CHANGE: Renamed `denonrc.ts` to `denon_config.ts`

github.com/denosaurs/denon - c5d19c3653b2e0d13a053839bccaf739d9ca06f5 authored almost 5 years ago
fix(#2142) make URLSearchParams more standardized (#4695)

github.com/denosaurs/deno_desktop - cb935a375cca7a4d80ba7dd81b90f6adbdd0f39b authored almost 5 years ago
refactor(cli/js/testing): Rename disableOpSanitizer to sanitizeOps (#4854)

* rename disableOpSanitizer to sanitizeOps
* rename disableResourceSanitizer to sanitizeResources

github.com/denosaurs/deno_desktop - 65bba2b87e4bc2e1ba0e673caf43974a432acc25 authored almost 5 years ago
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)

github.com/denosaurs/deno_desktop - d8711155ca20fb2907beed304557d0815ac56452 authored almost 5 years ago
Upgrade to rusty_v8 v0.4.0 (#4856)

github.com/denosaurs/deno_desktop - 10a174834e6e59ea055d6098a07b82a3854a2db9 authored almost 5 years ago
upgrade: dprint 0.13.1 (#4853)

* Allows union and intersection types to have same multi-line behaviour as arguments (more like ...

github.com/denosaurs/deno_desktop - c43aaa39960bd1a79b4a3d768b62ea293e0ab79f authored almost 5 years ago
fix Deno.iterSync() examples (#4855)

github.com/denosaurs/deno_desktop - 197a589a4acbc872724a3168bc5bdb46b6cd607f authored almost 5 years ago
Add comments in Reader/SyncReader about iter/iterSync (#4852)

github.com/denosaurs/deno_desktop - e26c2cd7c8d1bb1799ee6a1a850b8b5fc5e1ed83 authored almost 5 years ago
BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)

* rename Deno.toAsyncIterator() to Deno.iter()
* adds sync version Deno.iterSync()
* adds opti...

github.com/denosaurs/deno_desktop - 68d287eed5dcdc7b84a317fa90c4c9131389c0b8 authored almost 5 years ago
Add comment distinguishing Deno.Buffer from Node's Buffer (#4847)

github.com/denosaurs/deno_desktop - da6819a14c54d1a2221b37f00b3302eb2d50660b authored almost 5 years ago
chore(docs): A space should be left after the single-line comment (#4811)

github.com/denosaurs/deno_desktop - 08936c2efc18239bc7f0bbaeca417aa2c1c4553f authored almost 5 years ago
Rewrite streams (#4842)

github.com/denosaurs/deno_desktop - 8bcfc03d71cbd2cfd7ab68035ec0968d9f93b5b8 authored almost 5 years ago
Move resource_table from deno::State to deno_core::Isolate (#4834)

github.com/denosaurs/deno_desktop - cc1720132a9c875d377c559d301bccdda2fb71c1 authored almost 5 years ago
refactor(cli/fmt_errors): Improve source line formatting (#4832)

github.com/denosaurs/deno_desktop - ef6ee25e09c902e1f9d89a40cf05660432e7143c authored almost 5 years ago
std/node: require_ -> require (#4828)

github.com/denosaurs/deno_desktop - f72f045de586a7d0e428b77f6a3e381178cc6674 authored almost 5 years ago
Remove core/plugin.rs (#4824)

This simplifies the plugin interface in order to deliver op crates with a similar API

github.com/denosaurs/deno_desktop - 6e5f3453f806d6007b8f724837b5dd7d9eb17be9 authored almost 5 years ago
Add no-async-promise-executor lint rule (#4809)

github.com/denosaurs/deno_desktop - 437e35ca52227337588148a6896040d3fc3f2d54 authored almost 5 years ago
Modify op dispatcher to include &mut Isolate argument (#4821)

- Removes unnecessary RwLock and Rc around the op registry table
- Preparation to move resource...

github.com/denosaurs/deno_desktop - c1ec042a0011eeba2480b892a335ca7804c59180 authored almost 5 years ago
Throw error from worker

github.com/denosaurs/parry - 875961d09427d345cf419bcea1609ac19f365fb1 authored almost 5 years ago