·
331 commits
to main
since this release
- π£ release: Bumping to v0.0.1. b8bd9e1
- π docs: Improve. 136b2da
- π€ config(github): Configure workflow to automate build. 0bbdb6d
- π€ docs: Use codecov as test link. e38aa29
- π€ deps: Remove devDependency coveralls. e41a14c
- π€ config(github): Configure workflow to automate tests of changes. 6eb51f0
- π€ config(husky): Configure pre-commit hook. 11fb832
- π€ docs: Simplify scripts. 24ae2b0
- π€ config(package.json): Lint sources in dev script using lint-and-fix script. cf0c806
- π€ config(typescript): Create tsconfig.json. e242bdb
- π€ config(travis): Lint config in script. e8ac250
- π€ config(renovate.json): Remove custom automerge key. 346c33b
- π€ config(renovate.json): Use shared config. 2b9076c
- π€ config(release): Customize commit message. e5efc68
- π€ docs(README.md): Make travis-ci.org point to travis-ci.com. a9461d4
- π€ docs(README.md): Replace david-dm dependencies badge by libraries.io. ad690e5
- π€ config(build): Set type to module in package.json. 3edf19b
- π€ chore(package.json): Add lint-and-fix script. 6880f9d
- π€ chore(package.json): Add debug script. d17e9f5
- π€ config(package.json): Add text reporters in coverage script. bc599b7
- π€ config(package.json): Use custom node environment in coverage script. f6dd72f
- π€ config(babel): Refactor. e74b241
- π€ config(babel): Enable sourceMaps files. f8abdca
- π€ config(babel): Setup test environment. e437644
- π€ build: Configure microbundle to produce build. 3d357c2
- π€ config(babel): Setup debug environment. 17fdd6f
- π€ chore: Add debug key in .babel.env. 7ee107a
- π€ config(babel): Setup cover environment. f4e7e3f
- π€ chore: Add cover key in .babel.env. c4ea7f9
- π€ config(babel): Setup default presets. 47aad09
- π€ config(babel): Initial formatting. 7224f4c
- π€ config(husky): Configure commit-msg hook. 8e78b10
- π€ config(git-hooks): Setup husky. eeae037
- π€ config(github): Configure workflow to automate gh-pages generation. 4591ce0
- π€ cleaning(package.json): Remove esdoc script. 12a0442
- π€ chore: Add build-docs script. bec4ab1
- π€ chore: Use c8 instead of nyc. 0b2a877
- π€ chore: Lint configuration files. de99bae
- π€ chore(package.json): Add lint-config script. 1a5198c
- π€ chore(package.json): Add lint-config-and-fix script. 4196d1a
- π€ config(fixpack): Update or create .fixpackrc. 1c4750a
- π€ chore(.esdoc.json): Format file. 2cc1209
- π€ chore(package.json): Add devDependency fixpack. a56cbd7
- π€ config(codeclimate): Rename exclude_paths to exclude_patterns. 0d17b32
- π€ config(codeclimate): Remove obsolete languages key. 6ffc4ed
- π€ chore: Format .codeclimate.yml. 543869f
- π€ chore: Remove .codacy.yml. 5f7620c
- β¬οΈ deps: Upgrade xo to v0.47.0. 5796f83
- π chore: Rename package. 3049f7d
- Update dependency @aureooms/js-itertools to v5 49bee8f
- Update babel monorepo to v7.13.10 e004cc0
- Update dependency @babel/preset-env to v7.13.9 e9c0acd
- Update babel monorepo to v7.13.8 d5d3e77
- Update babel monorepo ce228fc
- Update babel monorepo to v7.12.17 67b0470
- Update dependency np to v7.4.0 6cd71b6
- Update babel monorepo to v7.12.16 461607c
- Update dependency np to v7.3.0 f82049d
- Update babel monorepo to v7.12.13 fea4a0c
- Update dependency ava to v3.15.0 74171f0
- Update dependency np to v7.2.0 4c6da2c
- Update dependency np to v7.1.0 f986c03
- π chore(dev-deps): Upgrade xo. 68d6bcd
- Update dependency @babel/preset-env to v7.12.11 004c4b6
- Update babel monorepo to v7.12.10 883a7a1
- Update dependency ava to v3.14.0 0063c6d
- Update babel monorepo 2712101
- Update babel monorepo to v7.12.7 275f458
- Update dependency xo to v0.35.0 ea4537a
- Update dependency xo to v0.34.2 6370b1e
- Update dependency np to v7 be6428a
- Update dependency xo to v0.34.1 58a9be8
- Update dependency xo to v0.34.0 ebc4306
- Update dependency @babel/core to v7.12.3 7f00baa
- β¨ feat(knapsackGreedy): First draft. 6f2e9b3
- β»οΈ refactor(knapsackUnboundedGreedy): Extract reusable code. d860624
- π test: Increase coverage. 453c64c
- π docs(README): Add Wikipedia reference. 40585f4
- Update babel monorepo to v7.12.1 6de727a
- β¨ feat(knapsackUnboundedGreedy): First draft. 4059171
- Update babel monorepo to v7.12.0 c225f94
- π docs: Document solvers. fbdd24a
- β¨ feat(integerValuesKnapsackUnbounded): First draft. 42ff4a8
- β¨ feat(integerWeightKnapsackUnbounded): First draft. 21699cb
- π test(examples): Rename file. c405126
- π test(examples): Add one instance. 6f90650
- π test(knapsackApprox): Cover 100%. 555e8ef
- π test: Refactor existing tests. 4fe6f78
- π docs(knapsackApprox): Fix. b5bdfb5
- π₯ BREAKING CHANGE(knapsackApprox): Move eps parameter in front. 542dcc7
- β¨ feat: Export knapsackApprox. 72b3d0e
- β¨ feat(knapsackApprox): First draft. 31670d3
- π fix(integerValuesKnapsack): Make it work for any weight type. c573210
- β¨ feat(integerValuesKnapsack): Implement DP on values. d8315c4
- π¨ style(integerKnapsack): Change variable name and test of hot loop. 3f20fe9
- π¨ style(integerKnapsack): Use better variable names. b7b7107
- π fix(integerKnapsack): Use correct default array type for m. fee7b25
- π perf(integerKnapsack): Cache v[i]. da5a28e
- β¨ feat(integerKnapsack): Check weights. 4c137d8
- π perf(integerKnapsack): Scan memory from left to right. bf34027
- Merge pull request #1 from aureooms/renovate/ava-3.x a6b4777
- π docs(README): Remove commented coveralls badges. c374eb7
- Update dependency ava to v3.13.0 810b8d6
- π docs(README): Add emoji logo. cd1bf9c
- π fix(integerKnapsack): First draft. caf6f04
- π test(integerKnapsack): Fix wikipedia test. e068668
- π test(integerKnapsack): More tests. 5e21695
- β¨ feat: Define API for integer knapsack. f477241
- π chore(dev-deps): Lock dependencies. ad4e56f
- π¨ style(docs): Lint header script. a0b723c
- $ js new e5e058f