Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure #6

Merged
merged 142 commits into from
Jul 17, 2019
Merged

Restructure #6

merged 142 commits into from
Jul 17, 2019

Conversation

TrevorJTClarke
Copy link
Contributor

No description provided.

joanesespanol and others added 30 commits September 4, 2018 16:22
  - Setup/configured Babel6, Mocha, Chai, Parcel
  - Implemented a few preliminary tests on the main web3data object
  - Began implementation of Web3Data main class
  - Added nock for mocking http requests/responses
  - Implemented a few more methods in the web3data class
  - Implemented a few more tests
 - Move back to parcel
 - Create two build options 'node' 'browser'
 - Update gitignore
 - Bundler back to Parcel
 - [W.I.P.]ava tests implemented ~50%
 - nyc code coverage
 - Condensed code base to build for node and browser from single file
 - [W.I.P.] Added build scripts
 - [W.I.P.] Configuring test scripts
 - Switched from nock to ava-playback
 - Added linting
  - import pollyfill to fix babel error in web3data-browser
 - Removed logs(logHash) method as it didn't make sense
 - Modified param accepting methods to use the filter method (per api spec)
  - Polishing tests
  - [W.I.P.] Working on build scripts
  - Added options to build for node/browser
  - got is imported dynamically
  - ky is pretranspiled and included in build
  - [W.I.P.] build w/o babel-pollyfill
  - Moved retrieve function from web3data.js to it's own file
  - All tests on web3data (node) run flawlessly
  - [W.I.P.] Browser tests fail bc babel-polly fill is required
    working out way to include it without it being bundled
 - pollyfill and building ky now play nicely
 - [W.I.P.] browser tests - ky working fine
   however working on getting ky's payload
   the same way as got to combine test files
   in the future
 - Improved build script and added clean build option
 - added helper function to delete directories
 - moved cross-env to devDeps (should fix travis)
 - Switched to using xo for linting
 - Set node version for travis
 - Updated ky to 0.3.0
 - removed API_KEY from test files
 - update travis build badge in README
@TrevorJTClarke TrevorJTClarke merged commit 0405ca4 into master Jul 17, 2019
@TrevorJTClarke TrevorJTClarke deleted the restructure branch July 17, 2019 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants