Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 KiB
12 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v1.0.6 - 2021-08-05
Commits
- [Tests] run tests with core-js as well
5177312
- [Refactor] use
has-tostringtag
to behave correctly in the presence of symbol shamsca2b31d
- [Dev Deps] update
auto-changelog
,core-js
,eslint
,tape
50950f9
v1.0.5 - 2021-05-07
Commits
- [Tests] migrate tests to Github Actions
9666737
- [actions] use
node/install
instead ofnode/run
; usecodecov
action7815ce2
- [meta] do not publish github action workflow files
80ccb75
- [Tests] run
nyc
on all testsc9ffb74
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,auto-changelog
,tape
7e84161
- [readme] add actions and codecov badges
0c5ec7a
- [actions] add Require Allow Edits workflow
dd0fb74
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,has-symbols
,tape
2d36f80
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
,auto-changelog
77d3140
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
75d4abf
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
0c2a917
- [Fix] do not use
Object.prototype.toString
whenSymbol.toStringTag
is shammed8b6ebc4
- [Dev Deps] update
auto-changelog
,tape
; addaud
62045fc
- [actions] use checkout v2; remove unneeded env
d48cd06
- [meta] use
prepublishOnly
script for npm 7+827ab0d
- [actions] switch Automatic Rebase workflow to
pull_request_target
eventbfed500
- [meta] remove explicit audit level config
ce23e5e
- [meta] gitignore coverage output
f1ad981
v1.0.4 - 2019-12-18
Commits
- [Tests] use shared travis-ci configs
792b5aa
- [Tests] up to
node
v12.4
,v11.15
,v10.15
,v9.11
,v8.15
,v7.10
,v6.17
,v5.12
,v4.9
; usenvm install-latest-npm
dc66db7
- Update
eslint
,tape
,semver
; use my personal sharedeslint
config7660fed
- [Tests] remove
jscs
f1fee97
- [meta] add
auto-changelog
4b1c225
- [meta] remove unused Makefile and associated utilities
379b979
- Update
covert
,jscs
,eslint
,semver
16d2af8
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,covert
,is
,replace
,semver
,tape
21c0f04
- Update
is
,tape
,covert
,jscs
,editorconfig-tools
,nsp
,eslint
,semver
. Addreplace
. Use^
instead of~
.19d6ee3
- Update
eslint
d32754b
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,replace
1df8165
- Update
tape
,jscs
,eslint
,@ljharb/eslint-config
675372b
- [readme] clean up readme; remove testling; fix repo URLs
80e29c4
- [Tests] up to
node
v12.7
,v10.16
,v8.16
287a968
- Test on latest
iojs
andnode
versions.11c98a2
- [actions] add automatic rebasing / merge commit blocking
022d026
- [meta] create FUNDING.yml
7f52710
- [Dev Deps] update
is
,jscs
,nsp
,eslint
,@ljharb/eslint-config
,semver
bc8cd50
- [Tests] use
npx aud
instead ofnsp
ornpm audit
with hoops1f9200b
- [Tests] up to
node
v12.11
706d50a
- [Dev Deps] update
jscs
e3591a4
- [Tests] up to
io.js
v3.3
,node
v4.1
baf4ee7
- Update
nsp
,eslint
61b18d5
- Update
eslint
,semver
52e61bd
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,has-symbols
; addsafe-publish-latest
79db7f6
- Only apps should have lockfiles
677b9b4
- Test on
io.js
v2.2
e8a38b2
- [meta] add
funding
field85315e7
- [Dev Deps] update
eslint
,tape
f3581aa
- [Tests] use
eclint
instead ofeditorconfig-tools
7b53680
- [Dev Deps] update
semver
,tape
d6b524a
- [Dev Deps] Update
tape
,eslint
be19203
- Test up to
io.js
v2.1
feb7ba6
- Test up to
io.js
v3.0
7be1f0a
- [Dev Deps] update
tape
d9a2318
- Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG.
a6cd411
- Test on
io.js
v2.4
46c2e7f
- Test on
io.js
v2.3
9c344b0
- Fix tests for faked @@toStringTag
f8c446e
v1.0.3 - 2015-01-29
Commits
- If @@toStringTag is not present, use the old-school Object#toString test.
9b2a4df
v1.0.2 - 2015-01-29
Commits
v1.0.1 - 2015-01-29
Commits
- Use Object() instead of new Number()
1aaa746
- Add early exits for typeof number, or typeof not "object".
eae4337