- [fix] Fix for Node 12.
- [license] Just use Affero.
- [docs] Update package and add
typedefs.json
.
- [fix] Require
@externs/nodejs
and@depack/nodejs
at runtime only.
- [fix] Read lower Node's version of the core builtins.
- [fix] Migrate externs to
@externs/nodejs
org. - [fix] Merge node_modules in StaticAnalysis.
- [feature] Support
rel
prop for chunks config (to use for multiple directories instead of basename).
- [feature] Enable caching for chunks analysis.
- [deps] Update
static-analysis
. - [fix] Check if externs from
package.json
exist. - [fix] Add the common chunk to output files list.
- [feature] Update Bundle to handle linked packages.
- [license] Release under Tech Nation Sucks license.
- [feature] Add BundleChunks method.
- [doc] Nicer documentation.
- [package] Compile the API with Depack.
- [fix] Read the
DEPACK_MAX_COLUMNS
env variable.
- [fix] Update externs to
^1.4.2
.
- [fix] Fullwidth
@externs/preact
JSDoc.
- [feature] Implement the
preactExtern
option to be able to compile JSX with external Preact; scan the bundled files for externs.
- [fix] Quote externs when reducing package.json fields.
- [fix] Fix regex for color printing.
- [externs] Publish externs within the
_depack
namespace, tidy up most of the dependencies' types for GCC. - [feature] Update Fix dependencies logic to
main
field when missing butindex.js
is present, and resolve extension (e.g.,"main": "index"
). - [fix] Shell command (with
\
) for both closure and bundle, as well as in verbose. - [fix] Include
crypto
for prefixed externs. - [feature] Library mode with
DEPACK_EXPORT
variable and extern. - [feature] Warn of JSON files, don't add the
process_common_js_modules
when they are required. - [deps] Upgrade externs (callable require, module in global, Buffer has static methods and becomes
externs/global/buffer.js
).
- [feature] Look up externs from package.json files.
- [feature] Compile — split command by lines; pass entry point.
- [fix] Check for
jsx
the entry of the bundle. - [deps] Update
nodejs
,externs
; fix packages with paths inbundle
, updatestatic-analysis
to sharesplit
with BundleTransform.
- [deps] Update and unfix dependencies.
- [package] Publish the initial release.
- Create
@depack/depack
withMy New Package
- [repository]:
src
,test