Releases: derrickreimer/fathom-client
Releases · derrickreimer/fathom-client
Version 3.1.0
- Un-manually increment version af12a4e
- Bump version 633dfc2
- Formatting 1ae5174
- Increment patch version 6e2c693
- Merge pull request #12 from ReubenJ/patch-1 81154e4
- Audit fix dependencies 2d5f9a3
- Merge pull request #21 from derrickreimer/dependabot/npm_and_yarn/ws-5.2.3 5a655ac
- Merge pull request #20 from derrickreimer/dependabot/npm_and_yarn/glob-parent-5.1.2 c333844
- Bump ws from 5.2.2 to 5.2.3 f968622
- Bump glob-parent from 5.1.0 to 5.1.2 12ad622
- Merge pull request #17 from derrickreimer/dependabot/npm_and_yarn/browserslist-4.16.6 e5ceec6
- Merge pull request #18 from derrickreimer/dependabot/npm_and_yarn/trim-newlines-3.0.1 17e1a9c
- Merge pull request #19 from derrickreimer/dependabot/npm_and_yarn/normalize-url-4.5.1 79f5958
- Bump normalize-url from 4.5.0 to 4.5.1 486f65d
- Bump trim-newlines from 3.0.0 to 3.0.1 9761ad5
- Bump browserslist from 4.7.2 to 4.16.6 f1496ac
- Merge pull request #16 from derrickreimer/dependabot/npm_and_yarn/hosted-git-info-2.8.9 9b1c498
- Merge pull request #15 from derrickreimer/dependabot/npm_and_yarn/lodash-4.17.21 c05325c
- Bump hosted-git-info from 2.8.5 to 2.8.9 03f6245
- Bump lodash from 4.17.19 to 4.17.21 1b510cd
- Merge pull request #13 from derrickreimer/dependabot/npm_and_yarn/ini-1.3.8 07c9d51
- Merge pull request #14 from derrickreimer/dependabot/npm_and_yarn/y18n-4.0.1 78fcf13
- Bump y18n from 4.0.0 to 4.0.1 d2ddb4f
- Bump ini from 1.3.5 to 1.3.8 0bcb4ec
- add test for checkDomainsAndWarn edf303a
- fix warning message 4594b3c
- call checkDomainsAndWarn when loading options 75d1eb0
- add checkDomainsAndWarn function 4645b9f
- Merge pull request #10 from vvo/patch-1 d7f45c2
- docs(custom domains): add note about url and custom domain 663fd31
- Merge pull request #8 from derrickreimer/dependabot/npm_and_yarn/lodash-4.17.19 cbcb5d8
- Bump lodash from 4.17.15 to 4.17.19 6a29b14
- Readme updates 5d21656
- Merge pull request #7 from JackEllis/patch-2 1882b45
- Doc: Honor DNT param df0adff
- Document the API 2ee23f2
- Merge pull request #6 from JackEllis/patch-1 f5f0ea9
- Included over excluded 5884fd4
- Update deps for security audits f6d7653
Version 3.0
v2.0.3
Version 2.0.2
- Fix types not appearing in distribution 2cf017a
Version 2.0.1
- Distribute TypeScript types 36450a5
Version 2.0
- Convert to TypeScript
- Breaking change: We now export individual functions instead of putting everything under a default export.
// instead of this...
import Fathom from 'fathom-client'
// do this
import * as Fathom from 'fathom-client'
// or this
import { load, trackPageview } from 'fathom-client'
Version 1.0.0
- Initial release