Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
8127d82
Merge pull request #19 from feathersjs/dove
fratzinger Oct 15, 2021
22b7457
Updated Slack link to Discord link
candicetate Jan 24, 2022
f85aac8
Updated Slack links to Discord links
candicetate Jan 24, 2022
4aabf87
fix(express): Fix application typings to work with typed configuratio…
daffl Jan 25, 2022
58f03ef
fix(schema): Properly handle resolver errors (#2540)
daffl Jan 25, 2022
7cfea62
fix(queryProperty): allow compound oneOf (#2545)
marshallswain Jan 28, 2022
ec529cd
chore: Update year and remove david-dm badges (#2548)
daffl Jan 30, 2022
4a02435
chore(dependencies): Update all dependencies and CI Node versions (#2…
daffl Feb 6, 2022
fdfbb8c
Merge branch 'dove' of https://github.com/fratzinger/feathers into dove
fratzinger Mar 9, 2022
77c7741
chore(transport-commons): export Channel, RealTimeConnection & Combin…
fratzinger Mar 9, 2022
2ee4f06
Merge branch 'dove' of https://github.com/feathersjs/feathers into fe…
fratzinger Mar 9, 2022
eacadd9
Merge pull request #41 from fratzinger/feathersjs-dove
fratzinger Mar 9, 2022
e4981d9
feat: Publish native ES module builds
daffl Apr 24, 2022
3c2bcb3
chore(esm): moduleResolution: "node"
fratzinger Jun 9, 2022
036bd6a
fix(esm): export default and default module.exports
fratzinger Jun 9, 2022
88760f7
Merge branch 'dove' into esm-build-fratzinger
fratzinger Jun 11, 2022
57ba14b
Merge remote-tracking branch 'upstream/dove' into esm-build-fratzinger
fratzinger Jun 11, 2022
7807fab
chore: revert global moduleResolution
fratzinger Jun 12, 2022
f7ac14b
fix(esm): don't use `export =` but export default
fratzinger Jun 12, 2022
cbb636b
fix(esm): compile with `--moduleResolution node`
fratzinger Jun 12, 2022
357f364
lint: ignorePattern "**/esm/"
fratzinger Jun 12, 2022
113ec58
fix(transport-commons): fix import from @feathersjs/errors
fratzinger Jun 13, 2022
d2cc9f6
Merge branch 'dove' into esm-build-fratzinger
fratzinger Oct 29, 2022
8c4f594
fix typo in compile script
fratzinger Oct 29, 2022
707f782
fix(socketio-client): import from transport-commons
fratzinger Oct 29, 2022
eef613a
chore: update package-lock
fratzinger Oct 29, 2022
5969be2
fix: text/fixture ref in express from authentication-local
fratzinger Oct 29, 2022
b888cd0
chore: add todo comments for separate packages
fratzinger Oct 29, 2022
b7eafb7
test: fix import from '[...]/lib'
fratzinger Oct 29, 2022
0af31a6
chore: add esm to @feathersjs/cli
fratzinger Oct 29, 2022
f839bcb
Merge with latest dove
daffl Dec 20, 2022
e6f7a3d
Update ESM build
daffl Dec 20, 2022
4095a58
Update all dependencies
daffl Dec 20, 2022
820743d
Update all package file lists
daffl Dec 20, 2022
43f2b08
Merge branch 'dove' into esm-build-fratzinger
fratzinger Jun 7, 2023
926ffd6
refactor: tsconfig.esm.json extends default
fratzinger Jun 9, 2023
0502063
fix: trailing comma json
fratzinger Jun 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated Slack links to Discord links
  • Loading branch information
candicetate authored Jan 24, 2022
commit f85aac80cd4e678a8344fbfa662422abbae57fd8
6 changes: 3 additions & 3 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Feathers embraces modularity and is broken up across multiple modules. You can f

Before creating an issue please make sure you have checked out the docs, specifically the [FAQ](https://docs.feathersjs.com/help/faq.html) section. You might want to also try searching Github. It's pretty likely someone has already asked a similar question.

If you haven't found your answer please feel free to join our [slack channel](http://slack.feathersjs.com), create an issue on Github, or post on [Stackoverflow](http://stackoverflow.com) using the `feathersjs` tag. We try our best to monitor Stackoverflow but you're likely to get more immediate responses in Slack and Github.
If you haven't found your answer please feel free to join our [Discord server](https://discord.gg/qa8kez8QBx), create an issue on Github, or post on [Stackoverflow](http://stackoverflow.com) using the `feathersjs` tag. We try our best to monitor Stackoverflow but you're likely to get more immediate responses in Slack and Github.

Issues can be reported in the [issue tracker](https://github.com/feathersjs/feathers/issues). Since feathers combines many modules it can be hard for us to assess the root cause without knowing which modules are being used and what your configuration looks like, so **it helps us immensely if you can link to a simple example that reproduces your issue**.

## Report a Security Concern

We take security very seriously at Feathers. We welcome any peer review of our 100% open source code to ensure nobody's Feathers app is ever compromised or hacked. As a web application developer you are responsible for any security breaches. We do our very best to make sure Feathers is as secure as possible by default.

In order to give the community time to respond and upgrade we strongly urge you report all security issues to us. Send one of the core team members a PM in [Slack](http://slack.feathersjs.com) or email us at <a href="mailto:">hello@feathersjs.com</a> with details and we will respond ASAP.
In order to give the community time to respond and upgrade we strongly urge you report all security issues to us. Send one of the core team members a PM in [Discord](https://discord.gg/qa8kez8QBx) or email us at <a href="mailto:">hello@feathersjs.com</a> with details and we will respond ASAP.

For full details refer to our [Security docs](https://docs.feathersjs.com/SECURITY.html).

Expand Down Expand Up @@ -48,7 +48,7 @@ If you've written something awesome about Feathers, for the Feathers ecosystem,

If you are looking to create a new plugin you also might want to check out the [Plugin Generator](https://github.com/feathersjs/generator-feathers-plugin) that can be used to scaffold plugins to be Feathers compliant from the start.

If you think your module would be a good core `feathersjs` module or `featherjs-ecosystem` module then please contact one of the Feathers maintainers in [Slack](http://slack.feathersjs.com) and we can discuss whether it belongs and how to get it there. :beers:
If you think your module would be a good core `feathersjs` module or `featherjs-ecosystem` module then please contact one of the Feathers maintainers on [Discord](https://discord.gg/qa8kez8QBx) and we can discuss whether it belongs and how to get it there. :beers:

## Contributor Code of Conduct

Expand Down