Open honzajavorek opened 5 years ago
Can somebody verify which of the next branches are actually up-to-date with what is used in the core app?
kubula/customize_json_converter_html
kubula/customize_headers_converter
Commits diff states it's the first one, but I would like somebody to verify that.
@artem-zakharchenko @honzajavorek
From what I see in branches and history of git:
v0.1.0
at commit 1f0d32ckubula/customize_headers_converter
(with 5 commits, last is 906cde7)kubula/customize_json_converter_html
(with 7 additional commits, last is dd4d441 with commit message bump to 0.2.0-unstable
– although the change to version
in the package.json file was a 0.2.0-unstable.1
version)I can verify that there's that version published to npm
registry, using command:
$ npm view gavel2html@0.2.0-unstable.1 gitHead
dd4d441efa04d948ba2009a83f70910ba3871c51
That ^^^ is the same hash as the last commit in branch kubula/customize_json_converter_html
─ v0.1.0
└ kubula/customize_headers_converter
└ kubula/customize_json_converter_html
master
equals to the @kuba-kubula's feature branch currently used in the core app. #18 published that master to npm.Published the actually used package version to NPM. Version: 1.0.2
.
This library should get rewritten from scratch.
0.2.0-unstable.1
used by apiary.io works, but isn't in git, we do not have it's CoffeeScript code anywhere, npm contains only compiled JS.Update: The
gavel2html
branch for0.2.0-unstable.1
, which is used by apiary.io, has been recovered from @kuba-kubula's backup disk. It is now pushed to GitHub underkubula/customize_json_converter_html
branch name.